Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DWasm.h237 WASM_EXTERNAL_FUNCTION = 0x0, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/BinaryFormat/
DWasm.h83 WASM_EXTERNAL_FUNCTION = 0x0, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/BinaryFormat/
DWasm.h83 WASM_EXTERNAL_FUNCTION = 0x0, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
H A DWasm.h274 WASM_EXTERNAL_FUNCTION = 0x0, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/BinaryFormat/
DWasm.h274 WASM_EXTERNAL_FUNCTION = 0x0, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/BinaryFormat/
DWasm.h83 WASM_EXTERNAL_FUNCTION = 0x0, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DWasmObjectWriter.cpp715 case wasm::WASM_EXTERNAL_FUNCTION: in writeImportSection()
1164 Import.Kind = wasm::WASM_EXTERNAL_FUNCTION; in writeObject()
1331 Export.Kind = wasm::WASM_EXTERNAL_FUNCTION; in writeObject()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DWasmObjectFile.cpp477 if (I.Kind == wasm::WASM_EXTERNAL_FUNCTION) in parseLinkingSectionSymtab()
905 case wasm::WASM_EXTERNAL_FUNCTION: in parseImportSection()
1032 case wasm::WASM_EXTERNAL_FUNCTION: in parseExportSection()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DWasmObjectWriter.cpp865 case wasm::WASM_EXTERNAL_FUNCTION: in writeImportSection()
1373 Import.Kind = wasm::WASM_EXTERNAL_FUNCTION; in prepareImports()
1609 Export.Kind = wasm::WASM_EXTERNAL_FUNCTION; in writeOneObject()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DWasmObjectFile.cpp600 if (I.Kind == wasm::WASM_EXTERNAL_FUNCTION) in parseLinkingSectionSymtab()
1120 case wasm::WASM_EXTERNAL_FUNCTION: in parseImportSection()
1278 case wasm::WASM_EXTERNAL_FUNCTION: in parseExportSection()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp351 case wasm::WASM_EXTERNAL_FUNCTION: in writeSectionContent()
H A DWasmYAML.cpp383 if (Import.Kind == wasm::WASM_EXTERNAL_FUNCTION) { in mapping()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp394 if (Import.Kind == wasm::WASM_EXTERNAL_FUNCTION || in mapping()
H A DWasmEmitter.cpp392 case wasm::WASM_EXTERNAL_FUNCTION: in writeSectionContent()