Searched refs:NoLeadingAddr (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/tools/llvm-objdump/ |
D | llvm-objdump.h | 41 extern cl::opt<bool> NoLeadingAddr;
|
D | llvm-objdump.cpp | 243 cl::opt<bool> objdump::NoLeadingAddr("no-leading-addr", member in objdump 1141 if (!NoLeadingAddr) in printInst() 1174 if (!NoLeadingAddr) in printLead() 1311 if (!NoLeadingAddr) in printInst() 1869 if (!NoLeadingAddr) in disassembleObject()
|
D | MachODump.cpp | 1806 DumpCstringSection(O, sect, sect_size, sect_addr, !NoLeadingAddr); in DumpSectionContents() 1809 DumpLiteral4Section(O, sect, sect_size, sect_addr, !NoLeadingAddr); in DumpSectionContents() 1812 DumpLiteral8Section(O, sect, sect_size, sect_addr, !NoLeadingAddr); in DumpSectionContents() 1815 DumpLiteral16Section(O, sect, sect_size, sect_addr, !NoLeadingAddr); in DumpSectionContents() 1819 !NoLeadingAddr); in DumpSectionContents() 7625 if (!NoLeadingAddr) { in DisassembleMachO() 7722 if (!NoLeadingAddr) { in DisassembleMachO()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 74 static cl::opt<bool> NoLeadingAddr("no-leading-addr", variable 1133 DumpCstringSection(O, sect, sect_size, sect_addr, !NoLeadingAddr); in DumpSectionContents() 1136 DumpLiteral4Section(O, sect, sect_size, sect_addr, !NoLeadingAddr); in DumpSectionContents() 1139 DumpLiteral8Section(O, sect, sect_size, sect_addr, !NoLeadingAddr); in DumpSectionContents() 1142 DumpLiteral16Section(O, sect, sect_size, sect_addr, !NoLeadingAddr); in DumpSectionContents() 1146 !NoLeadingAddr); in DumpSectionContents() 6767 if (!NoLeadingAddr) { in DisassembleMachO() 6870 if (!NoLeadingAddr) { in DisassembleMachO()
|