Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp406 size_t FormatWidth = sizeof(T) * 2; in printTLSDirectoryT() local
409 << format_hex(TLSDir->StartAddressOfRawData, FormatWidth) in printTLSDirectoryT()
411 << format_hex(TLSDir->EndAddressOfRawData, FormatWidth) in printTLSDirectoryT()
413 << format_hex(TLSDir->AddressOfIndex, FormatWidth) in printTLSDirectoryT()
415 << format_hex(TLSDir->AddressOfCallBacks, FormatWidth) in printTLSDirectoryT()