Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp678 SampleProfileReaderBinary::readFuncProfile(const uint8_t *Start, in readFuncProfile() function in SampleProfileReaderBinary
705 SampleProfileReaderBinary::readFuncProfile(const uint8_t *Start) { in readFuncProfile() function in SampleProfileReaderBinary
706 return readFuncProfile(Start, Profiles); in readFuncProfile()
713 if (std::error_code EC = readFuncProfile(Data)) in readImpl()
941 if (std::error_code EC = readFuncProfile(FuncProfileAddr)) in readFuncProfiles()
953 if (std::error_code EC = readFuncProfile(FuncProfileAddr, Profiles)) in readFuncProfiles()
965 if (std::error_code EC = readFuncProfile(FuncProfileAddr, Profiles)) in readFuncProfiles()
976 if (std::error_code EC = readFuncProfile(FuncProfileAddr, Profiles)) in readFuncProfiles()
997 if (std::error_code EC = readFuncProfile(Data)) in readFuncProfiles()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h679 std::error_code readFuncProfile(const uint8_t *Start);
680 std::error_code readFuncProfile(const uint8_t *Start,