Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ObjectYAML/
DWasmYAML.h277 ImportSection() : Section(wasm::WASM_SEC_IMPORT) {} in ImportSection()
280 return S->Type == wasm::WASM_SEC_IMPORT; in classof()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h273 ImportSection() : Section(wasm::WASM_SEC_IMPORT) {} in ImportSection()
276 return S->Type == wasm::WASM_SEC_IMPORT; in classof()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h208 WASM_SEC_IMPORT = 2, // Import declarations enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h224 WASM_SEC_IMPORT = 2, // Import declarations enumerator
/external/llvm-project/lld/wasm/
DOutputSections.cpp40 case WASM_SEC_IMPORT: in sectionTypeToString()
DSyntheticSections.h101 ImportSection() : SyntheticSection(llvm::wasm::WASM_SEC_IMPORT) {} in ImportSection()
/external/llvm-project/llvm/tools/obj2yaml/
Dwasm2yaml.cpp224 case wasm::WASM_SEC_IMPORT: { in dump()
/external/llvm-project/llvm/lib/ObjectYAML/
DWasmYAML.cpp211 case wasm::WASM_SEC_IMPORT: in mapping()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp210 case wasm::WASM_SEC_IMPORT: in mapping()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp297 case wasm::WASM_SEC_IMPORT: in parseSection()
1579 case wasm::WASM_SEC_IMPORT: in getSectionOrder()
/external/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp310 case wasm::WASM_SEC_IMPORT: in parseSection()
1743 case wasm::WASM_SEC_IMPORT: in getSectionOrder()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp706 startSection(Section, wasm::WASM_SEC_IMPORT); in writeImportSection()
/external/llvm-project/llvm/lib/MC/
DWasmObjectWriter.cpp756 startSection(Section, wasm::WASM_SEC_IMPORT); in writeImportSection()