Searched full:sigindex (Results 1 – 19 of 19) sorted by relevance
17 SigIndex: 021 SigIndex: 025 SigIndex: 0
17 SigIndex: 049 # CHECK: SigIndex: 0
17 SigIndex: 0
39 ; CHECK-NEXT: SigIndex: 143 ; CHECK-NEXT: SigIndex: 247 ; CHECK-NEXT: SigIndex: 151 ; CHECK-NEXT: SigIndex: 155 ; CHECK-NEXT: SigIndex: 1
37 ; CHECK-NEXT: SigIndex: 0
50 ; CHECK-NEXT: SigIndex: 0
18 SigIndex: 0
129 int sigIndex = reader.readSmallUleb128() - 1; in makeAnnotator() local131 … StringIdItem.getOptionalReferenceAnnotation(dexFile, sigIndex, true)); in makeAnnotator()
20 SigIndex: 0
172 Im.SigIndex = Import.SigIndex; in dump()
306 IO.mapRequired("SigIndex", Import.SigIndex); in mapping()
87 uint32_t SigIndex; member
1129 Node CallIndirect(uint32_t SigIndex, Node *Args) { in CallIndirect() argument1130 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()
82 uint32_t SigIndex; member
2325 unsigned sigIndex = arc2sig[(unsigned)index] + k; in OpenStream2() local2326 prevs[sigIndex] = hash[v]; in OpenStream2()2327 hash[v] = (Byte)sigIndex; in OpenStream2()2533 unsigned sigIndex = i - arc2sig[index]; in OpenStream2() local2548 const CByteBuffer &sig = ai.Signatures[sigIndex]; in OpenStream2()
464 FunctionType = &Signatures[Import.SigIndex]; in parseLinkingSectionSymtab()726 Im.SigIndex = readVaruint32(Ctx); in parseImportSection()
287 encodeULEB128(Import.SigIndex, OS); in writeSectionContent()
741 encodeULEB128(Import.SigIndex, W.OS); in writeImportSection()1138 Import.SigIndex = getFunctionType(WS); in writeObject()