HomeSort by relevance Sort by last modified time
    Searched refs:FormattedString (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Support/
Format.h 116 class FormattedString {
123 FormattedString(StringRef S, unsigned W, bool R)
130 inline FormattedString left_justify(StringRef Str, unsigned Width) {
131 return FormattedString(Str, Width, false);
137 inline FormattedString right_justify(StringRef Str, unsigned Width) {
138 return FormattedString(Str, Width, true);
raw_ostream.h 24 class FormattedString;
220 raw_ostream &operator<<(const FormattedString &);
  /external/llvm/lib/Support/
raw_ostream.cpp 399 raw_ostream &raw_ostream::operator<<(const FormattedString &FS) {

Completed in 183 milliseconds