Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h205 WASM_EXTERNAL_GLOBAL = 0x3, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp435 else if (I.Kind == wasm::WASM_EXTERNAL_GLOBAL) in parseLinkingSectionSymtab()
728 case wasm::WASM_EXTERNAL_GLOBAL: in parseImportSection()
832 case wasm::WASM_EXTERNAL_GLOBAL: in parseExportSection()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp174 case wasm::WASM_EXTERNAL_GLOBAL: in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp290 case wasm::WASM_EXTERNAL_GLOBAL: in writeSectionContent()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp743 case wasm::WASM_EXTERNAL_GLOBAL: in writeImportSection()
1148 Import.Kind = wasm::WASM_EXTERNAL_GLOBAL; in writeObject()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp307 } else if (Import.Kind == wasm::WASM_EXTERNAL_GLOBAL) { in mapping()