Searched refs:NoLeadingAddr (Results 1 – 1 of 1) sorted by relevance
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 68 static cl::opt<bool> NoLeadingAddr("no-leading-addr", variable 1061 DumpCstringSection(O, sect, sect_size, sect_addr, !NoLeadingAddr); in DumpSectionContents() 1064 DumpLiteral4Section(O, sect, sect_size, sect_addr, !NoLeadingAddr); in DumpSectionContents() 1067 DumpLiteral8Section(O, sect, sect_size, sect_addr, !NoLeadingAddr); in DumpSectionContents() 1070 DumpLiteral16Section(O, sect, sect_size, sect_addr, !NoLeadingAddr); in DumpSectionContents() 1074 !NoLeadingAddr); in DumpSectionContents() 6179 if (!NoLeadingAddr) { in DisassembleMachO() 6275 if (!NoLeadingAddr) { in DisassembleMachO()
|