Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp417 size_t FormatWidth = sizeof(T) * 2; in printTLSDirectoryT() local
420 << format_hex(TLSDir->StartAddressOfRawData, FormatWidth) in printTLSDirectoryT()
422 << format_hex(TLSDir->EndAddressOfRawData, FormatWidth) in printTLSDirectoryT()
424 << format_hex(TLSDir->AddressOfIndex, FormatWidth) in printTLSDirectoryT()
426 << format_hex(TLSDir->AddressOfCallBacks, FormatWidth) in printTLSDirectoryT()