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

References

tools/llvm-readobj/MachODumper.cpp
  414   if (!Obj->is64Bit()) {
  415     printFileHeaders(Obj->getHeader());
  417     printFileHeaders(Obj->getHeader64());
  418     W.printHex("Reserved", Obj->getHeader64().reserved);
  456 void MachODumper::printSectionHeaders() { return printSectionHeaders(Obj); }
  518   for (const SectionRef &Section : Obj->sections()) {
  519     StringRef Name = unwrapOrError(Obj->getFileName(), Section.getName());
  539   return printRelocation(Obj, Reloc);
  610   for (const SymbolRef &Symbol : Obj->symbols()) {
  629   getSymbol(Obj, Symbol.getRawDataRefImpl(), MOSymbol);
  634     reportError(SecIOrErr.takeError(), Obj->getFileName());
  637   if (SecI != Obj->section_end())
  638     SectionName = unwrapOrError(Obj->getFileName(), SecI->getName());
  666   for (auto Sec : Obj->sections()) {
  683       unwrapOrError(Obj->getFileName(), StackMapSection.getContents());
  687   if (Obj->isLittleEndian())
  701   for (const auto &Command : Obj->load_commands()) {
  708       MachO::dylib_command Dl = Obj->getDylibIDLoadCommand(Command);
  724   for (const auto &Load : Obj->load_commands()) {
  726       MachO::linkedit_data_command LLC = Obj->getLinkeditDataLoadCommand(Load);
  733         MachO::data_in_code_entry DICE = Obj->getDataInCodeTableEntry(
  746   for (const auto &Load : Obj->load_commands()) {
  771       MachO::build_version_command BVC = Obj->getBuildVersionLoadCommand(Load);
  784     MachO::version_min_command VMC = Obj->getVersionMinLoadCommand(Load);
  809   for (const auto &Load : Obj->load_commands()) {
  811       MachO::dysymtab_command DLC = Obj->getDysymtabLoadCommand();
  836   for (const auto &Load : Obj->load_commands()) {
  839       getSegment(Obj, Load, MOSegment);
  857   for (const auto &Load : Obj->load_commands()) {
  859       MachO::dysymtab_command DLC = Obj->getDysymtabLoadCommand();
  866         W.printHex("Symbol Index", Obj->getIndirectSymbolTableEntry(DLC, i));
  873   for (const auto &Load : Obj->load_commands()) {
  875       MachO::linker_option_command LOLC = Obj->getLinkerOptionLoadCommand(Load);