Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp953 size_t BaseWidth = 13; in printNeededLibraries() local
960 BaseWidth = std::max(BaseWidth, CurrentLen); in printNeededLibraries()
968 OS << left_justify("BASE", BaseWidth) << " MEMBER\n"; in printNeededLibraries()
974 OS << " " << left_justify(CurrentStr, BaseWidth) << " "; in printNeededLibraries()