Home
last modified time | relevance | path

Searched refs:WASM_SEC_ELEM (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/llvm/include/llvm/ObjectYAML/
DWasmYAML.h357 ElemSection() : Section(wasm::WASM_SEC_ELEM) {} in ElemSection()
360 return S->Type == wasm::WASM_SEC_ELEM; in classof()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h353 ElemSection() : Section(wasm::WASM_SEC_ELEM) {} in ElemSection()
356 return S->Type == wasm::WASM_SEC_ELEM; in classof()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h215 WASM_SEC_ELEM = 9, // Elements section enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h231 WASM_SEC_ELEM = 9, // Elements section enumerator
/external/llvm-project/lld/wasm/
DOutputSections.cpp56 case WASM_SEC_ELEM: in sectionTypeToString()
DSyntheticSections.h255 : SyntheticSection(llvm::wasm::WASM_SEC_ELEM) {} in ElemSection()
/external/llvm-project/llvm/tools/obj2yaml/
Dwasm2yaml.cpp324 case wasm::WASM_SEC_ELEM: { in dump()
/external/llvm-project/llvm/lib/ObjectYAML/
DWasmYAML.cpp251 case wasm::WASM_SEC_ELEM: in mapping()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp250 case wasm::WASM_SEC_ELEM: in mapping()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp313 case wasm::WASM_SEC_ELEM: in parseSection()
1593 case wasm::WASM_SEC_ELEM: in getSectionOrder()
/external/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp326 case wasm::WASM_SEC_ELEM: in parseSection()
1757 case wasm::WASM_SEC_ELEM: in getSectionOrder()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp795 startSection(Section, wasm::WASM_SEC_ELEM); in writeElemSection()
/external/llvm-project/llvm/lib/MC/
DWasmObjectWriter.cpp900 startSection(Section, wasm::WASM_SEC_ELEM); in writeElemSection()