Lines Matching refs:Index
992 uint64_t Index;
1019 for (Index = Start; Index < End; Index += Size) {
1029 DataMappingSymsAddr.end(), Index);
1030 if (DAI != DataMappingSymsAddr.end() && *DAI == Index) {
1032 while (Index < End) {
1033 outs() << format("%8" PRIx64 ":", SectionAddr + Index);
1035 if (Index + 4 <= End) {
1037 dumpBytes(Bytes.slice(Index, 4), outs());
1039 } else if (Index + 2 <= End) {
1041 dumpBytes(Bytes.slice(Index, 2), outs());
1045 dumpBytes(Bytes.slice(Index, 1), outs());
1048 Index += Stride;
1051 TextMappingSymsAddr.end(), Index);
1052 if (TAI != TextMappingSymsAddr.end() && *TAI == Index)
1058 if (Index >= End)
1061 if (DisAsm->getInstruction(Inst, Size, Bytes.slice(Index),
1062 SectionAddr + Index, DebugOut,
1065 Bytes.slice(Index, Size),
1066 SectionAddr + Index, outs(), "", *STI);
1075 if (MIA->evaluateBranch(Inst, SectionAddr + Index, Size, Target)) {
1139 if (addr >= Index + Size) break;