Home
last modified time | relevance | path

Searched refs:MachOOF (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Object/
DMachO.h470 const MachOObjectFile *MachOOF = in getOffset() local
472 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl); in getOffset()
478 const MachOObjectFile *MachOOF = in getLength() local
480 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl); in getLength()
486 const MachOObjectFile *MachOOF = in getKind() local
488 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl); in getKind()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp1026 static void DisassembleMachO(StringRef Filename, MachOObjectFile *MachOOF,
1199 static void ProcessMachO(StringRef Filename, MachOObjectFile *MachOOF, in ProcessMachO() argument
1218 DisassembleMachO(Filename, MachOOF, "__TEXT", "__text"); in ProcessMachO()
1220 PrintIndirectSymbols(MachOOF, !NonVerbose); in ProcessMachO()
1222 PrintDataInCodeTable(MachOOF, !NonVerbose); in ProcessMachO()
1224 PrintLinkOptHints(MachOOF); in ProcessMachO()
1226 PrintRelocations(MachOOF); in ProcessMachO()
1228 PrintSectionHeaders(MachOOF); in ProcessMachO()
1230 PrintSectionContents(MachOOF); in ProcessMachO()
1232 DumpSectionContents(Filename, MachOOF, !NonVerbose); in ProcessMachO()
[all …]