Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp655 SampleProfileReaderBinary::readFuncProfile(const uint8_t *Start) { in readFuncProfile() function in SampleProfileReaderBinary
684 if (std::error_code EC = readFuncProfile(Data)) in readImpl()
854 if (std::error_code EC = readFuncProfile(Data)) in readFuncProfiles()
904 if (std::error_code EC = readFuncProfile(FuncProfileAddr)) in readFuncProfiles()
916 if (std::error_code EC = readFuncProfile(FuncProfileAddr)) in readFuncProfiles()
928 if (std::error_code EC = readFuncProfile(FuncProfileAddr)) in readFuncProfiles()
938 if (std::error_code EC = readFuncProfile(FuncProfileAddr)) in readFuncProfiles()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h623 std::error_code readFuncProfile(const uint8_t *Start);