Home
last modified time | relevance | path

Searched refs:WASM_SEC_GLOBAL (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h350 GlobalSection() : Section(wasm::WASM_SEC_GLOBAL) {} in GlobalSection()
353 return S->Type == wasm::WASM_SEC_GLOBAL; in classof()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h43 WASM_SEC_GLOBAL = 6, // Global declarations enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp242 case wasm::WASM_SEC_GLOBAL: in mapping()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp412 case wasm::WASM_SEC_GLOBAL: in parseSection()
2173 case wasm::WASM_SEC_GLOBAL: in getSectionOrder()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp902 startSection(Section, wasm::WASM_SEC_GLOBAL); in writeGlobalSection()