Searched refs:readFuncProfiles (Results 1 – 2 of 2) sorted by relevance
788 std::error_code readFuncProfiles();789 std::error_code readFuncProfiles(const DenseSet<StringRef> &FuncsToUse,
757 if (std::error_code EC = readFuncProfiles()) in readOneSection()831 if (std::error_code EC = readFuncProfiles(FuncsToUse, Profiles)) in read()893 std::error_code SampleProfileReaderExtBinaryBase::readFuncProfiles( in readFuncProfiles() function in SampleProfileReaderExtBinaryBase984 std::error_code SampleProfileReaderExtBinaryBase::readFuncProfiles() { in readFuncProfiles() function in SampleProfileReaderExtBinaryBase1003 if (std::error_code EC = readFuncProfiles(FuncsToUse, Profiles)) in readFuncProfiles()