Home
last modified time | relevance | path

Searched refs:SigIndex (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/WebAssembly/
Dglobal-ctor-dtor.ll39 ; CHECK-NEXT: SigIndex: 1
43 ; CHECK-NEXT: SigIndex: 2
47 ; CHECK-NEXT: SigIndex: 1
51 ; CHECK-NEXT: SigIndex: 1
55 ; CHECK-NEXT: SigIndex: 1
Dexternal-func-address.ll37 ; CHECK-NEXT: SigIndex: 0
Dcomdat.ll50 ; CHECK-NEXT: SigIndex: 0
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/
Dwasm-duplicate-name.test18 SigIndex: 0
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp172 Im.SigIndex = Import.SigIndex; in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h87 uint32_t SigIndex; member
/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp1129 Node CallIndirect(uint32_t SigIndex, Node *Args) { in CallIndirect() argument
1130 LOG(out << "CallIndirect(" << SigIndex << ")\n"); in CallIndirect()
1144 const bool HasReturn = Module->signatures[SigIndex]->return_count() != 0; in CallIndirect()
1146 HasReturn ? toIceType(Module->signatures[SigIndex]->GetReturn()) in CallIndirect()
1158 if (SigIndex == Target.sig_index) { in CallIndirect()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h82 uint32_t SigIndex; member
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp287 encodeULEB128(Import.SigIndex, OS); in writeSectionContent()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp741 encodeULEB128(Import.SigIndex, W.OS); in writeImportSection()
1138 Import.SigIndex = getFunctionType(WS); in writeObject()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp464 FunctionType = &Signatures[Import.SigIndex]; in parseLinkingSectionSymtab()
726 Im.SigIndex = readVaruint32(Ctx); in parseImportSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp306 IO.mapRequired("SigIndex", Import.SigIndex); in mapping()