Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DTableGenBackend.cpp22 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill, in printLine() function
/openbsd-src/gnu/llvm/lldb/tools/lldb-test/
H A DFormatUtil.h47 void printLine(const llvm::Twine &T) { line() << T; } in printLine() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp94 void LinePrinter::printLine(const Twine &T) { in printLine() function in LinePrinter
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineParser.cpp61 void printLine(llvm::raw_ostream &OS, const UnwrappedLine &Line, in printLine() function