Searched defs:right_justify (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
H A DFormat.h115 /// This is a helper class used for left_justify() and right_justify().
134 /// right_justify - add spaces before string so total output is
137 inline FormattedString right_justify(StringRef Str, unsigned Width) { function in namespace:llvm
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFormat.h128 /// This is a helper class used for left_justify() and right_justify().
147 /// right_justify - add spaces before string so total output is
150 inline FormattedString right_justify(StringRef Str, unsigned Width) { function in namespace:llvm

Completed in 117 milliseconds