Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h384 void dumpFunctionProfile(StringRef FName, raw_ostream &OS = dbgs());
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp62 void SampleProfileReader::dumpFunctionProfile(StringRef FName, in dumpFunctionProfile() function in SampleProfileReader
70 dumpFunctionProfile(I.getKey(), OS); in dump()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2429 Reader->dumpFunctionProfile(ShowFunction, OS); in showSampleProfile()