Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h313 GlobalSection() : Section(wasm::WASM_SEC_GLOBAL) {} in GlobalSection()
316 return S->Type == wasm::WASM_SEC_GLOBAL; in classof()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DWasmYAML.h327 GlobalSection() : Section(wasm::WASM_SEC_GLOBAL) {} in GlobalSection()
330 return S->Type == wasm::WASM_SEC_GLOBAL; in classof()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h212 WASM_SEC_GLOBAL = 6, // Global declarations enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h228 WASM_SEC_GLOBAL = 6, // Global declarations enumerator
/external/llvm-project/lld/wasm/
DOutputSections.cpp48 case WASM_SEC_GLOBAL: in sectionTypeToString()
DSyntheticSections.h196 GlobalSection() : SyntheticSection(llvm::wasm::WASM_SEC_GLOBAL) {} in GlobalSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp230 case wasm::WASM_SEC_GLOBAL: in mapping()
/external/llvm-project/llvm/lib/ObjectYAML/
DWasmYAML.cpp236 case wasm::WASM_SEC_GLOBAL: in mapping()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp305 case wasm::WASM_SEC_GLOBAL: in parseSection()
1587 case wasm::WASM_SEC_GLOBAL: in getSectionOrder()
/external/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp320 case wasm::WASM_SEC_GLOBAL: in parseSection()
1751 case wasm::WASM_SEC_GLOBAL: in getSectionOrder()
/external/llvm-project/llvm/lib/MC/
DWasmObjectWriter.cpp828 startSection(Section, wasm::WASM_SEC_GLOBAL); in writeGlobalSection()