Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1745 size_t AddressWidth = 2 * Obj->getBytesInAddress(); in printSectionHeaders() local
1750 << left_justify("VMA", AddressWidth) << " " in printSectionHeaders()
1751 << left_justify("LMA", AddressWidth) << " Type\n"; in printSectionHeaders()
1754 << left_justify("VMA", AddressWidth) << " Type\n"; in printSectionHeaders()
1774 << format_hex_no_prefix(VMA, AddressWidth) << " " in printSectionHeaders()
1775 << format_hex_no_prefix(getELFSectionLMA(Section), AddressWidth) in printSectionHeaders()
1780 << format_hex_no_prefix(VMA, AddressWidth) << " " << Type << "\n"; in printSectionHeaders()