Searched defs:printFooter (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/ | ||
H A D | DIPrinter.h | 83 virtual void printFooter() {} in printFooter() function |
/llvm-project/mlir/lib/Support/ | ||
H A D | Timing.cpp | 131 void printFooter() override { os.flush(); } in printFooter() function in __anon371b0fb00111::OutputTextStrategy |
/llvm-project/llvm/lib/DebugInfo/Symbolize/ | ||
H A D | DIPrinter.cpp | 171 void LLVMPrinter::printFooter() { OS << '\n'; } printFooter() function in llvm::symbolize::LLVMPrinter |