Home | History | Annotate | Download | only in llvm-objdump

Lines Matching refs:MachOOF

988 static void DisassembleMachO(StringRef Filename, MachOObjectFile *MachOOF,
1156 static void ProcessMachO(StringRef Filename, MachOObjectFile *MachOOF,
1174 DisassembleMachO(Filename, MachOOF, "__TEXT", "__text");
1176 PrintIndirectSymbols(MachOOF, !NonVerbose);
1178 PrintDataInCodeTable(MachOOF, !NonVerbose);
1180 PrintLinkOptHints(MachOOF);
1182 PrintRelocations(MachOOF);
1184 PrintSectionHeaders(MachOOF);
1186 PrintSectionContents(MachOOF);
1188 DumpSectionContents(Filename, MachOOF, !NonVerbose);
1190 DumpInfoPlistSectionContents(Filename, MachOOF);
1192 PrintDylibs(MachOOF, false);
1194 PrintDylibs(MachOOF, true);
1196 PrintSymbolTable(MachOOF);
1198 printMachOUnwindInfo(MachOOF);
1200 printMachOFileHeader(MachOOF);
1202 printObjcMetaData(MachOOF, !NonVerbose);
1204 printExportsTrie(MachOOF);
1206 printRebaseTable(MachOOF);
1208 printBindTable(MachOOF);
1210 printLazyBindTable(MachOOF);
1212 printWeakBindTable(MachOOF);
1529 if (MachOObjectFile *MachOOF = dyn_cast<MachOObjectFile>(&O))
1530 ProcessMachO(Filename, MachOOF, "", ArchitectureName);
1577 if (MachOObjectFile *MachOOF = dyn_cast<MachOObjectFile>(&O))
1578 ProcessMachO(Filename, MachOOF);
1615 if (MachOObjectFile *MachOOF = dyn_cast<MachOObjectFile>(&Obj))
1616 ProcessMachO(Filename, MachOOF, "", ArchitectureName);
1635 if (MachOObjectFile *MachOOF = dyn_cast<MachOObjectFile>(O))
1636 ProcessMachO(Filename, MachOOF, MachOOF->getFileName(),
1647 if (MachOObjectFile *MachOOF = dyn_cast<MachOObjectFile>(&*O)) {
1648 ProcessMachO(Filename, MachOOF);
5881 static void DisassembleMachO(StringRef Filename, MachOObjectFile *MachOOF,
5885 const Target *TheTarget = GetTarget(MachOOF, &McpuDefault, &ThumbTarget);
5989 MachO::mach_header Header = MachOOF->getHeader();
6000 getSectionsAndSymbols(MachOOF, Sections, Symbols, FoundFns,
6013 for (dice_iterator DI = MachOOF->begin_dices(), DE = MachOOF->end_dices();
6028 ObjectFile *DbgObj = MachOOF;
6060 StringRef SegmentName = MachOOF->getSectionFinalSegmentName(DR);
6076 for (const SymbolRef &Symbol : MachOOF->symbols()) {
6096 SymbolizerInfo.O = MachOOF;
6109 ThumbSymbolizerInfo.O = MachOOF;
6171 (MachOOF->getSymbolFlags(Symb) & SymbolRef::SF_Thumb) && ThumbTarget;
6181 if (MachOOF->is64Bit())
6244 unsigned int Arch = MachOOF->getArch();
6277 if (MachOOF->is64Bit())
6292 unsigned int Arch = MachOOF->getArch();