Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h266 ExportSection() : Section(wasm::WASM_SEC_EXPORT) {} in ExportSection()
269 return S->Type == wasm::WASM_SEC_EXPORT; in classof()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h181 WASM_SEC_EXPORT = 7, // Exports enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp233 case wasm::WASM_SEC_EXPORT: { in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp190 case wasm::WASM_SEC_EXPORT: in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp287 case wasm::WASM_SEC_EXPORT: in parseSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp803 startSection(Section, wasm::WASM_SEC_EXPORT); in writeExportSection()