Searched refs:LeadingAddr (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.h | 55 extern bool LeadingAddr;
|
| H A D | llvm-objdump.cpp | 325 bool objdump::LeadingAddr; member in objdump 610 if (LeadingAddr) in printRawData() 649 OS << (Is64Bits || !LeadingAddr ? "\t\t" : "\t\t\t"); in printRelocation() 650 if (LeadingAddr) in printRelocation() 665 if (LeadingAddr) in printBTFRelocation() 706 if (LeadingAddr) in printLead() 844 if (LeadingAddr) in printInst() 870 if (LeadingAddr) in printInst() 924 if (LeadingAddr) in printInst() 962 if (LeadingAddr) in printInst() [all …]
|
| H A D | MachODump.cpp | 2002 DumpCstringSection(O, sect, sect_size, sect_addr, LeadingAddr); in DumpSectionContents() 2005 DumpLiteral4Section(O, sect, sect_size, sect_addr, LeadingAddr); in DumpSectionContents() 2008 DumpLiteral8Section(O, sect, sect_size, sect_addr, LeadingAddr); in DumpSectionContents() 2011 DumpLiteral16Section(O, sect, sect_size, sect_addr, LeadingAddr); in DumpSectionContents() 2015 LeadingAddr); in DumpSectionContents() 7596 if (LeadingAddr) { in DisassembleMachO() 7693 if (LeadingAddr) { in DisassembleMachO()
|