Home
last modified time | relevance | path

Searched full:sigindex (Results 1 – 19 of 19) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/ObjectYAML/wasm/
Dname_section.yaml17 SigIndex: 0
21 SigIndex: 0
25 SigIndex: 0
Dimport_section.yaml17 SigIndex: 0
49 # CHECK: SigIndex: 0
Dlinking_section.yaml17 SigIndex: 0
/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/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DDebugInfoItem.java129 int sigIndex = reader.readSmallUleb128() - 1; in makeAnnotator() local
131 … StringIdItem.getOptionalReferenceAnnotation(dexFile, sigIndex, true)); in makeAnnotator()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-nm/wasm/
Dimports.yaml20 SigIndex: 0
Dweak-symbols.yaml20 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/lib/ObjectYAML/
DWasmYAML.cpp306 IO.mapRequired("SigIndex", Import.SigIndex); in mapping()
/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/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp2325 unsigned sigIndex = arc2sig[(unsigned)index] + k; in OpenStream2() local
2326 prevs[sigIndex] = hash[v]; in OpenStream2()
2327 hash[v] = (Byte)sigIndex; in OpenStream2()
2533 unsigned sigIndex = i - arc2sig[index]; in OpenStream2() local
2548 const CByteBuffer &sig = ai.Signatures[sigIndex]; in OpenStream2()
/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/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()