Searched refs:MachOOF (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/Object/ |
D | MachO.h | 489 const MachOObjectFile *MachOOF = in getOffset() local 491 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl); in getOffset() 497 const MachOObjectFile *MachOOF = in getLength() local 499 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl); in getLength() 505 const MachOObjectFile *MachOOF = in getKind() local 507 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl); in getKind()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 988 static void DisassembleMachO(StringRef Filename, MachOObjectFile *MachOOF, 1156 static void ProcessMachO(StringRef Filename, MachOObjectFile *MachOOF, in ProcessMachO() argument 1174 DisassembleMachO(Filename, MachOOF, "__TEXT", "__text"); in ProcessMachO() 1176 PrintIndirectSymbols(MachOOF, !NonVerbose); in ProcessMachO() 1178 PrintDataInCodeTable(MachOOF, !NonVerbose); in ProcessMachO() 1180 PrintLinkOptHints(MachOOF); in ProcessMachO() 1182 PrintRelocations(MachOOF); in ProcessMachO() 1184 PrintSectionHeaders(MachOOF); in ProcessMachO() 1186 PrintSectionContents(MachOOF); in ProcessMachO() 1188 DumpSectionContents(Filename, MachOOF, !NonVerbose); in ProcessMachO() [all …]
|