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.h104 LLVM_ABI 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.cpp3066 PS->printDetailedSummary(OS); in showInstrProfile()
3279 PS.printDetailedSummary(OS); in showSampleProfile()