Home
last modified time | relevance | path

Searched defs:FuncsToUse (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h385 std::error_code read(const DenseSet<StringRef> &FuncsToUse) { in read()
554 virtual std::error_code read(const DenseSet<StringRef> &FuncsToUse, in read()
818 DenseSet<StringRef> FuncsToUse; variable
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp824 SampleProfileReaderExtBinaryBase::read(const DenseSet<StringRef> &FuncsToUse, in read()
894 const DenseSet<StringRef> &FuncsToUse, SampleProfileMap &Profiles) { in readFuncProfiles()