Searched refs:printSummary (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVCompare.cpp | 187 printSummary(); in execute() 347 printSummary(); in execute() 400 void LVCompare::printSummary() const { 401 void LVCompare::printSummary() const { printSummary() function in LVCompare
|
| H A D | LVScope.cpp | 658 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 D | LVCompare.h | 53 void printSummary() const;
|
| H A D | LVScope.h | 140 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 D | ProfileSummary.h | 102 void printSummary(raw_ostream &OS) const;
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | GCOV.cpp | 83 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 D | ProfileSummary.cpp | 251 void ProfileSummary::printSummary(raw_ostream &OS) const { in printSummary() function in ProfileSummary
|
| H A D | AsmWriter.cpp | 2765 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 D | llvm-profdata.cpp | 3185 PS.printSummary(OS); in showSampleProfile()
|