Searched refs:NoLeadingAddr (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | llvm-objdump.h | 40 extern cl::opt<bool> NoLeadingAddr;
|
D | llvm-objdump.cpp | 189 llvm::NoLeadingAddr("no-leading-addr", cl::desc("Print no leading address")); member in llvm 990 if (!NoLeadingAddr) in printInst() 1009 if (!NoLeadingAddr) in printLead() 1150 if (!NoLeadingAddr) in printInst()
|
D | MachODump.cpp | 1478 DumpCstringSection(O, sect, sect_size, sect_addr, !NoLeadingAddr); in DumpSectionContents() 1481 DumpLiteral4Section(O, sect, sect_size, sect_addr, !NoLeadingAddr); in DumpSectionContents() 1484 DumpLiteral8Section(O, sect, sect_size, sect_addr, !NoLeadingAddr); in DumpSectionContents() 1487 DumpLiteral16Section(O, sect, sect_size, sect_addr, !NoLeadingAddr); in DumpSectionContents() 1491 !NoLeadingAddr); in DumpSectionContents() 7146 if (!NoLeadingAddr) { in DisassembleMachO() 7254 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()
|