Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp2346 size_t AddressWidth = 2 * Obj->getBytesInAddress(); in printSectionHeaders() local
2352 << left_justify("VMA", AddressWidth) << " " in printSectionHeaders()
2353 << left_justify("LMA", AddressWidth) << " Type\n"; in printSectionHeaders()
2358 << left_justify("VMA", AddressWidth) << " Type\n"; in printSectionHeaders()
2378 << format_hex_no_prefix(VMA, AddressWidth) << " " in printSectionHeaders()
2379 << format_hex_no_prefix(getELFSectionLMA(Section), AddressWidth) in printSectionHeaders()
2384 << format_hex_no_prefix(VMA, AddressWidth) << " " << Type << "\n"; in printSectionHeaders()