Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2030 size_t AddressWidth = 2 * Obj.getBytesInAddress(); in printSectionHeaders() local
2035 << left_justify("VMA", AddressWidth) << " " in printSectionHeaders()
2036 << left_justify("LMA", AddressWidth) << " Type\n"; in printSectionHeaders()
2039 << left_justify("VMA", AddressWidth) << " Type\n"; in printSectionHeaders()
2064 << format_hex_no_prefix(VMA, AddressWidth) << " " in printSectionHeaders()
2065 << format_hex_no_prefix(getELFSectionLMA(Section), AddressWidth) in printSectionHeaders()
2070 << format_hex_no_prefix(VMA, AddressWidth) << " " << Type << "\n"; in printSectionHeaders()