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

References

tools/llvm-objdump/MachODump.cpp
 7688       for (uint64_t Index = 0; Index < SectSize; Index += InstSize) {
 7693         if (DumpAndSkipDataInCode(PC, Bytes.data() + Index, Dices, InstSize))
 7698         if (DisAsm->getInstruction(Inst, InstSize, Bytes.slice(Index), PC,
 7712             dumpBytes(makeArrayRef(Bytes.data() + Index, InstSize), outs());
 7722             InstSize = 1; // skip exactly one illegible byte and move on.
 7726             if (InstSize == 0)
 7727               InstSize = 1; // skip illegible bytes