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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h346 void dumpFunctionProfile(StringRef FName, raw_ostream &OS = dbgs());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp51 void SampleProfileReader::dumpFunctionProfile(StringRef FName, function in class:SampleProfileReader
59 dumpFunctionProfile(I.getKey(), OS);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1192 Reader->dumpFunctionProfile(ShowFunction, OS);

Completed in 111 milliseconds