Home
last modified time | relevance | path

Searched defs:printFooter (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIPrinter.h83 virtual void printFooter() {} in printFooter() function
/llvm-project/mlir/lib/Support/
H A DTiming.cpp131 void printFooter() override { os.flush(); } in printFooter() function in __anon371b0fb00111::OutputTextStrategy
163 void printFooter() override { in printFooter() function in __anon371b0fb00111::OutputJsonStrategy
/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp171 void LLVMPrinter::printFooter() { OS << '\n'; } printFooter() function in llvm::symbolize::LLVMPrinter