Searched defs:MachOOF (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Object/
H A DMachO.h493 const MachOObjectFile *MachOOF = local
495 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
501 const MachOObjectFile *MachOOF = local
503 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
509 const MachOObjectFile *MachOOF = local
511 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp1047 static void DisassembleMachO(StringRef Filename, MachOObjectFile *MachOOF,
1228 static void ProcessMachO(StringRef Filename, MachOObjectFile *MachOOF, argument
1246 DisassembleMachO(Filename, MachOOF, "__TEXT", "__text");
1248 PrintIndirectSymbols(MachOOF, !NonVerbose);
1250 PrintDataInCodeTable(MachOOF, !NonVerbose);
1252 PrintLinkOptHints(MachOOF);
1254 PrintRelocations(MachOOF);
1256 PrintSectionHeaders(MachOOF);
1258 PrintSectionContents(MachOOF);
1260 DumpSectionContents(Filename, MachOOF, !NonVerbos
6410 DisassembleMachO(StringRef Filename, MachOObjectFile *MachOOF, StringRef DisSegName, StringRef DisSectName) argument
[all...]

Completed in 108 milliseconds