Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h280 ImportSection() : Section(wasm::WASM_SEC_IMPORT) {} in ImportSection()
283 return S->Type == wasm::WASM_SEC_IMPORT; in classof()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DWasm.h230 WASM_SEC_IMPORT = 2, // Import declarations enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp226 case wasm::WASM_SEC_IMPORT: { in dump()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp212 case wasm::WASM_SEC_IMPORT: in mapping()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp311 case wasm::WASM_SEC_IMPORT: in parseSection()
1803 case wasm::WASM_SEC_IMPORT: in getSectionOrder()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp791 startSection(Section, wasm::WASM_SEC_IMPORT); in writeImportSection()