Home
last modified time | relevance | path

Searched defs:printLine (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/lib/TableGen/
H A DTableGenBackend.cpp32 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill, printLine() function
/llvm-project/lldb/tools/lldb-test/
H A DFormatUtil.h47 void printLine(const llvm::Twine &T) { line() << T; } in printLine() function
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp94 void LinePrinter::printLine(const Twine &T) { printLine() function in LinePrinter
/llvm-project/polly/lib/CodeGen/
H A DIslAst.cpp126 static isl_printer *printLine(__isl_take isl_printer *Printer, in printLine() function
/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp38 void printLine(llvm::raw_ostream &OS, const UnwrappedLine &Line, in printLine() function