Searched refs:LeadingAddr (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.h | 47 extern bool LeadingAddr;
|
H A D | llvm-objdump.cpp | 198 bool objdump::LeadingAddr; member in objdump 474 if (LeadingAddr) in printInst() 507 if (LeadingAddr) in printLead() 644 if (LeadingAddr) in printInst() 1268 if (LeadingAddr) in disassembleObject() 2401 LeadingAddr = LeadingHeaders = !InputArgs.hasArg(OTOOL_X); in parseOtoolOptions() 2442 LeadingAddr = !InputArgs.hasArg(OBJDUMP_no_leading_addr); in parseObjdumpOptions()
|
H A D | MachODump.cpp | 1791 DumpCstringSection(O, sect, sect_size, sect_addr, LeadingAddr); in DumpSectionContents() 1794 DumpLiteral4Section(O, sect, sect_size, sect_addr, LeadingAddr); in DumpSectionContents() 1797 DumpLiteral8Section(O, sect, sect_size, sect_addr, LeadingAddr); in DumpSectionContents() 1800 DumpLiteral16Section(O, sect, sect_size, sect_addr, LeadingAddr); in DumpSectionContents() 1804 LeadingAddr); in DumpSectionContents() 7607 if (LeadingAddr) { in DisassembleMachO() 7704 if (LeadingAddr) { in DisassembleMachO()
|