Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
DSampleProfReader.cpp573 SampleProfileReaderBinary::readFuncProfile(const uint8_t *Start) { in readFuncProfile() function in SampleProfileReaderBinary
601 if (std::error_code EC = readFuncProfile(Data)) in readImpl()
712 if (std::error_code EC = readFuncProfile(Data)) in readFuncProfiles()
732 if (std::error_code EC = readFuncProfile(FuncProfileAddr)) in readFuncProfiles()
768 if (std::error_code EC = readFuncProfile(FuncProfileAddr)) in readFuncProfiles()
784 if (std::error_code EC = readFuncProfile(FuncProfileAddr)) in readFuncProfiles()
907 if (std::error_code EC = readFuncProfile( in readImpl()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
DSampleProfReader.h604 std::error_code readFuncProfile(const uint8_t *Start);