Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ObjectYAML/
DWasmYAML.h337 ExportSection() : Section(wasm::WASM_SEC_EXPORT) {} in ExportSection()
340 return S->Type == wasm::WASM_SEC_EXPORT; in classof()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h333 ExportSection() : Section(wasm::WASM_SEC_EXPORT) {} in ExportSection()
336 return S->Type == wasm::WASM_SEC_EXPORT; in classof()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h213 WASM_SEC_EXPORT = 7, // Exports enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h229 WASM_SEC_EXPORT = 7, // Exports enumerator
/external/llvm-project/lld/wasm/
DOutputSections.cpp52 case WASM_SEC_EXPORT: in sectionTypeToString()
DSyntheticSections.h232 ExportSection() : SyntheticSection(llvm::wasm::WASM_SEC_EXPORT) {} in ExportSection()
/external/llvm-project/llvm/tools/obj2yaml/
Dwasm2yaml.cpp312 case wasm::WASM_SEC_EXPORT: { in dump()
/external/llvm-project/llvm/lib/ObjectYAML/
DWasmYAML.cpp241 case wasm::WASM_SEC_EXPORT: in mapping()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp240 case wasm::WASM_SEC_EXPORT: in mapping()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp309 case wasm::WASM_SEC_EXPORT: in parseSection()
1589 case wasm::WASM_SEC_EXPORT: in getSectionOrder()
/external/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp322 case wasm::WASM_SEC_EXPORT: in parseSection()
1753 case wasm::WASM_SEC_EXPORT: in getSectionOrder()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp778 startSection(Section, wasm::WASM_SEC_EXPORT); in writeExportSection()
/external/llvm-project/llvm/lib/MC/
DWasmObjectWriter.cpp883 startSection(Section, wasm::WASM_SEC_EXPORT); in writeExportSection()