Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DFormat.h119 bool RightJustify; variable
124 : Str(S), Width(W), RightJustify(R) { } in FormattedString()
/external/llvm/lib/Support/
Draw_ostream.cpp404 if (FS.RightJustify && (PadAmount > 0)) in operator <<()
407 if (!FS.RightJustify && (PadAmount > 0)) in operator <<()