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

References

tools/llvm-objdump/MachODump.cpp
 7885   if (!Obj->isLittleEndian()) {
 7890   bool Is64 = Obj->is64Bit();
 7895       unwrapOrError(CompactUnwind.getContents(), Obj->getFileName());
 7934     printUnwindRelocDest(Obj, Symbols, Entry.FunctionReloc, Entry.FunctionAddr);
 7948       printUnwindRelocDest(Obj, Symbols, Entry.PersonalityReloc,
 7957       printUnwindRelocDest(Obj, Symbols, Entry.LSDAReloc, Entry.LSDAAddr);