Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h216 ImportSection() : Section(wasm::WASM_SEC_IMPORT) {} in ImportSection()
219 return S->Type == wasm::WASM_SEC_IMPORT; in classof()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h176 WASM_SEC_IMPORT = 2, // Import declarations enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp163 case wasm::WASM_SEC_IMPORT: { in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp165 case wasm::WASM_SEC_IMPORT: in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp731 startSection(Section, wasm::WASM_SEC_IMPORT); in writeImportSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp277 case wasm::WASM_SEC_IMPORT: in parseSection()