Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProfReader.cpp587 SampleProfileReaderBinary::readFuncProfile(const uint8_t *Start) { in readFuncProfile() function in SampleProfileReaderBinary
614 if (std::error_code EC = readFuncProfile(Data)) in readImpl()
768 if (std::error_code EC = readFuncProfile(Data)) in readFuncProfiles()
816 if (std::error_code EC = readFuncProfile(FuncProfileAddr)) in readFuncProfiles()
829 if (std::error_code EC = readFuncProfile(FuncProfileAddr)) in readFuncProfiles()
841 if (std::error_code EC = readFuncProfile(FuncProfileAddr)) in readFuncProfiles()
964 if (std::error_code EC = readFuncProfile( in readImpl()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h625 std::error_code readFuncProfile(const uint8_t *Start);