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
123 : Str(S), Width(W), RightJustify(R) { } in FormattedString()
/external/llvm/lib/Support/
Draw_ostream.cpp402 if (FS.RightJustify && (PadAmount > 0)) in operator <<()
405 if (!FS.RightJustify && (PadAmount > 0)) in operator <<()