Home
last modified time | relevance | path

Searched refs:collectFuncsFromModule (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h373 virtual bool collectFuncsFromModule() { return false; } in collectFuncsFromModule() function
711 bool collectFuncsFromModule() override;
769 bool collectFuncsFromModule() override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfReader.cpp641 bool SampleProfileReaderExtBinaryBase::collectFuncsFromModule() { in collectFuncsFromModule() function in SampleProfileReaderExtBinaryBase
682 bool LoadFuncsToBeUsed = collectFuncsFromModule(); in readFuncProfiles()
862 bool LoadFuncsToBeUsed = collectFuncsFromModule(); in readImpl()
1211 bool SampleProfileReaderCompactBinary::collectFuncsFromModule() { in collectFuncsFromModule() function in SampleProfileReaderCompactBinary