Home
last modified time | relevance | path

Searched refs:LeadingAddr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h54 extern bool LeadingAddr;
H A Dllvm-objdump.cpp324 bool objdump::LeadingAddr; member in objdump
609 if (LeadingAddr) in printRawData()
648 OS << (Is64Bits || !LeadingAddr ? "\t\t" : "\t\t\t"); in printRelocation()
649 if (LeadingAddr) in printRelocation()
664 if (LeadingAddr) in printBTFRelocation()
733 if (LeadingAddr) in printLead()
910 if (LeadingAddr) in printInst()
936 if (LeadingAddr) in printInst()
990 if (LeadingAddr) in printInst()
1028 if (LeadingAddr) in printInst()
[all …]
H A DMachODump.cpp1998 DumpCstringSection(O, sect, sect_size, sect_addr, LeadingAddr); in DumpSectionContents()
2001 DumpLiteral4Section(O, sect, sect_size, sect_addr, LeadingAddr); in DumpSectionContents()
2004 DumpLiteral8Section(O, sect, sect_size, sect_addr, LeadingAddr); in DumpSectionContents()
2007 DumpLiteral16Section(O, sect, sect_size, sect_addr, LeadingAddr); in DumpSectionContents()
2011 LeadingAddr); in DumpSectionContents()
7604 if (LeadingAddr) { in DisassembleMachO()
7702 if (LeadingAddr) { in DisassembleMachO()