Home
last modified time | relevance | path

Searched refs:printSummary (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp187 printSummary(); in execute()
347 printSummary(); in execute()
400 void LVCompare::printSummary() const {
401 void LVCompare::printSummary() const { printSummary() function in LVCompare
H A DLVScope.cpp658 printSummary(*StreamSplit); in doPrint()
1595 void LVScopeCompileUnit::printSummary(raw_ostream &OS) const { in printSizes()
1596 printSummary(OS, options().getSelectExecute() ? Found : Printed, "Printed"); in printSizes()
1600 void LVScopeCompileUnit::printSummary(raw_ostream &OS, const LVCounter &Counter, in printSizes()
1676 printSummary(OS, Found, "Printed"); in printMatchedElements()
1603 void LVScopeCompileUnit::printSummary(raw_ostream &OS) const { printSummary() function in LVScopeCompileUnit
1608 void LVScopeCompileUnit::printSummary(raw_ostream &OS, const LVCounter &Counter, printSummary() function in LVScopeCompileUnit
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVCompare.h53 void printSummary() const;
H A DLVScope.h140 virtual void printSummary(raw_ostream &OS) const {} in printSummary() function
487 void printSummary(raw_ostream &OS) const override;
583 void printSummary(raw_ostream &OS, const LVCounter &Counter,
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DProfileSummary.h102 void printSummary(raw_ostream &OS) const;
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp83 void printSummary(const Summary &summary, raw_ostream &os) const;
893 printSummary(summary, os); in print()
908 printSummary(summary, os); in print()
974 void Context::printSummary(const Summary &summary, raw_ostream &os) const { in printSummary() function in Context
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DProfileSummary.cpp251 void ProfileSummary::printSummary(raw_ostream &OS) const { in printSummary() function in ProfileSummary
H A DAsmWriter.cpp2765 void printSummary(const GlobalValueSummary &Summary);
3571 void AssemblyWriter::printSummary(const GlobalValueSummary &Summary) { in printSummary() function in AssemblyWriter
3624 printSummary(*Summary); in printSummaryInfo()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp3185 PS.printSummary(OS); in showSampleProfile()