Lines Matching refs:formatv
57 stream << llvm::formatv("Logging categories for '{0}':\n", entry.first()); in ListCategories()
60 stream << llvm::formatv(" {0} - {1}\n", name, description); in ListCategories()
86 stream << llvm::formatv("error: unrecognized log category '{0}'\n", in GetFlags()
171 Format(file, function, llvm::formatv("{0}", Content)); in VAFormatf()
230 error_stream << llvm::formatv("Invalid log channel '{0}'.\n", channel); in EnableLogChannel()
245 error_stream << llvm::formatv("Invalid log channel '{0}'.\n", channel); in DisableLogChannel()
260 error_stream << llvm::formatv("Invalid log channel '{0}'.\n", channel); in DumpLogChannel()
264 error_stream << llvm::formatv( in DumpLogChannel()
275 stream << llvm::formatv("Invalid log channel '{0}'.\n", channel); in ListChannelCategories()
330 OS << llvm::formatv("{0:f9} ", now.count()); in WriteHeader()
335 OS << llvm::formatv("[{0,0+4}/{1,0+4}] ", getpid(), in WriteHeader()
346 OS << llvm::formatv(format_str.c_str(), thread_name); in WriteHeader()
356 OS << llvm::formatv("{0,-60:60} ", (file + ":" + function).str()); in WriteHeader()