Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/IR/
DProfileSummary.h103 void printDetailedSummary(raw_ostream &OS);
/external/llvm-project/llvm/lib/IR/
DProfileSummary.cpp260 void ProfileSummary::printDetailedSummary(raw_ostream &OS) { in printDetailedSummary() function in ProfileSummary
/external/llvm-project/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp2163 PS->printDetailedSummary(OS); in showInstrProfile()
2347 PS.printDetailedSummary(OS); in showSampleProfile()