Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h202 WASM_EXTERNAL_FUNCTION = 0x0, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp433 if (I.Kind == wasm::WASM_EXTERNAL_FUNCTION) in parseLinkingSectionSymtab()
724 case wasm::WASM_EXTERNAL_FUNCTION: in parseImportSection()
827 case wasm::WASM_EXTERNAL_FUNCTION: in parseExportSection()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp171 case wasm::WASM_EXTERNAL_FUNCTION: in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp286 case wasm::WASM_EXTERNAL_FUNCTION: in writeSectionContent()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp740 case wasm::WASM_EXTERNAL_FUNCTION: in writeImportSection()
1137 Import.Kind = wasm::WASM_EXTERNAL_FUNCTION; in writeObject()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp305 if (Import.Kind == wasm::WASM_EXTERNAL_FUNCTION) { in mapping()