reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-objdump/MachODump.cpp
 7593       for (uint64_t Index = Start; Index < End; Index += Size) {
 7616         if (DumpAndSkipDataInCode(PC, Bytes.data() + Index, Dices, Size))
 7624           gotInst = ThumbDisAsm->getInstruction(Inst, Size, Bytes.slice(Index),
 7627           gotInst = DisAsm->getInstruction(Inst, Size, Bytes.slice(Index), PC,
 7631             dumpBytes(makeArrayRef(Bytes.data() + Index, Size), outs());
 7656             Size = 1; // skip exactly one illegible byte and move on.
 7664             Size = 4;
 7670             Size = 2;
 7674             if (Size == 0)
 7675               Size = 1; // skip illegible bytes