Lines Matching refs:Index
398 for (uint64_t Index = Start; Index < End; Index += Size) {
403 outs() << format("%8" PRIx64 ":\t", SectAddress + Index);
408 Dice.push_back(std::make_pair(SectAddress + Index, DiceRef()));
415 DumpBytes(StringRef(Bytes.data() + Index, Length));
418 DumpDataInCode(Bytes.data() + Index, Length, Kind);
422 if (DisAsm->getInstruction(Inst, Size, memoryObject, Index,
424 DumpBytes(StringRef(Bytes.data() + Index, Size));
430 diContext->getLineInfoForAddress(SectAddress + Index);
452 for (uint64_t Index = 0; Index < SectSize; Index += InstSize) {
455 if (DisAsm->getInstruction(Inst, InstSize, memoryObject, Index,
457 outs() << format("%8" PRIx64 ":\t", SectAddress + Index);
458 DumpBytes(StringRef(Bytes.data() + Index, InstSize));