Searched refs:NoLeadingAddr (Results 1 – 1 of 1) sorted by relevance
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 66 static cl::opt<bool> NoLeadingAddr("no-leading-addr", variable 1104 DumpCstringSection(O, sect, sect_size, sect_addr, !NoLeadingAddr); in DumpSectionContents() 1107 DumpLiteral4Section(O, sect, sect_size, sect_addr, !NoLeadingAddr); in DumpSectionContents() 1110 DumpLiteral8Section(O, sect, sect_size, sect_addr, !NoLeadingAddr); in DumpSectionContents() 1113 DumpLiteral16Section(O, sect, sect_size, sect_addr, !NoLeadingAddr); in DumpSectionContents() 1117 !NoLeadingAddr); in DumpSectionContents() 6265 if (!NoLeadingAddr) { in DisassembleMachO() 6362 if (!NoLeadingAddr) { in DisassembleMachO()
|