Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp730 const uint8_t *FuncProfileAddr = Start + iter->second; in readFuncProfiles() local
731 assert(FuncProfileAddr < End && "out of LBRProfile section"); in readFuncProfiles()
732 if (std::error_code EC = readFuncProfile(FuncProfileAddr)) in readFuncProfiles()
766 const uint8_t *FuncProfileAddr = Start + FuncOffsetTable[*It]; in readFuncProfiles() local
767 assert(FuncProfileAddr < End && "out of LBRProfile section"); in readFuncProfiles()
768 if (std::error_code EC = readFuncProfile(FuncProfileAddr)) in readFuncProfiles()
782 const uint8_t *FuncProfileAddr = Start + NameOffset.second; in readFuncProfiles() local
783 assert(FuncProfileAddr < End && "out of LBRProfile section"); in readFuncProfiles()
784 if (std::error_code EC = readFuncProfile(FuncProfileAddr)) in readFuncProfiles()