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

References

tools/llvm-objdump/MachODump.cpp
  882   const MachO::symtab_command Symtab = O->getSymtabLoadCommand();
  889     const MachO::any_relocation_info RE = O->getRelocation(Rel);
  890     const unsigned r_type = O->getAnyRelocationType(RE);
  891     const bool r_scattered = O->isRelocationScattered(RE);
  892     const unsigned r_pcrel = O->getAnyRelocationPCRel(RE);
  893     const unsigned r_length = O->getAnyRelocationLength(RE);
  894     const unsigned r_address = O->getAnyRelocationAddress(RE);
  896                            O->getPlainRelocationExternal(RE));
  898                               O->getScatteredRelocationValue(RE) : 0);
  900                                   O->getPlainRelocationSymbolNum(RE));
  989             SymbolRef Symbol = *O->getSymbolByIndex(r_symbolnum);
 1019               uint32_t nsects = O->section_end()->getRawDataRefImpl().d.a;
 1023                 StringRef SegName = O->getSectionFinalSegmentName(DRI);
 1024                 if (Expected<StringRef> NameOrErr = O->getSectionName(DRI))