Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h286 ElemSection() : Section(wasm::WASM_SEC_ELEM) {} in ElemSection()
289 return S->Type == wasm::WASM_SEC_ELEM; in classof()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h183 WASM_SEC_ELEM = 9, // Elements section enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp245 case wasm::WASM_SEC_ELEM: { in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp200 case wasm::WASM_SEC_ELEM: in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp820 startSection(Section, wasm::WASM_SEC_ELEM); in writeElemSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp291 case wasm::WASM_SEC_ELEM: in parseSection()