Searched refs:LeadingAddr (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.h | 40 extern bool LeadingAddr;
|
| H A D | llvm-objdump.cpp | 202 bool objdump::LeadingAddr; member in objdump 492 if (LeadingAddr) in printInst() 521 if (LeadingAddr) in printLead() 658 if (LeadingAddr) in printInst() 684 if (LeadingAddr) in printInst() 731 if (LeadingAddr) in printInst() 1513 if (LeadingAddr) in disassembleObject() 2758 LeadingAddr = LeadingHeaders = !InputArgs.hasArg(OTOOL_X); in parseOtoolOptions() 2803 LeadingAddr = !InputArgs.hasArg(OBJDUMP_no_leading_addr); in parseObjdumpOptions()
|
| H A D | MachODump.cpp | 1811 DumpCstringSection(O, sect, sect_size, sect_addr, LeadingAddr); in DumpSectionContents() 1814 DumpLiteral4Section(O, sect, sect_size, sect_addr, LeadingAddr); in DumpSectionContents() 1817 DumpLiteral8Section(O, sect, sect_size, sect_addr, LeadingAddr); in DumpSectionContents() 1820 DumpLiteral16Section(O, sect, sect_size, sect_addr, LeadingAddr); in DumpSectionContents() 1824 LeadingAddr); in DumpSectionContents() 7630 if (LeadingAddr) { in DisassembleMachO() 7727 if (LeadingAddr) { in DisassembleMachO()
|
| /llvm-project-15.0.7/llvm/tools/llvm-profgen/ |
| H A D | PerfReader.cpp | 542 uint64_t LeadingAddr; in extractLBRStack() local 544 if (Records[0].getAsInteger(16, LeadingAddr)) { in extractLBRStack()
|