Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DProfileSummary.h102 void printSummary(raw_ostream &OS) const;
/openbsd/src/gnu/llvm/llvm/lib/ProfileData/
DGCOV.cpp83 void printSummary(const Summary &summary, raw_ostream &os) const;
859 printSummary(summary, os); in print()
874 printSummary(summary, os); in print()
940 void Context::printSummary(const Summary &summary, raw_ostream &os) const { in printSummary() function in Context
/openbsd/src/gnu/llvm/llvm/lib/IR/
DProfileSummary.cpp251 void ProfileSummary::printSummary(raw_ostream &OS) const { in printSummary() function in ProfileSummary
DAsmWriter.cpp2615 void printSummary(const GlobalValueSummary &Summary);
3411 void AssemblyWriter::printSummary(const GlobalValueSummary &Summary) { in printSummary() function in AssemblyWriter
3462 printSummary(*Summary); in printSummaryInfo()
/openbsd/src/gnu/llvm/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp2782 PS.printSummary(OS); in showSampleProfile()