Home
last modified time | relevance | path

Searched refs:printDetailedSummary (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DProfileSummary.h103 void printDetailedSummary(raw_ostream &OS) const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DProfileSummary.cpp259 void ProfileSummary::printDetailedSummary(raw_ostream &OS) const { in printDetailedSummary() function in ProfileSummary
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2972 PS->printDetailedSummary(OS); in showInstrProfile()
3186 PS.printDetailedSummary(OS); in showSampleProfile()