Searched refs:LeadingAddr (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.h | 55 extern bool LeadingAddr;
|
| H A D | llvm-objdump.cpp | 210 bool objdump::LeadingAddr; member in objdump 494 if (LeadingAddr) in printRawData() 533 OS << (Is64Bits || !LeadingAddr ? "\t\t" : "\t\t\t"); in printRelocation() 534 if (LeadingAddr) in printRelocation() 549 if (LeadingAddr) in printBTFRelocation() 590 if (LeadingAddr) in printLead() 728 if (LeadingAddr) in printInst() 754 if (LeadingAddr) in printInst() 808 if (LeadingAddr) in printInst() 1942 if (LeadingAddr) in disassembleObject() [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() 7484 if (LeadingAddr) { in DisassembleMachO() 7581 if (LeadingAddr) { in DisassembleMachO()
|