Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProfReader.cpp814 const uint8_t *FuncProfileAddr = Start + NameOffset.second; in readFuncProfiles() local
815 assert(FuncProfileAddr < End && "out of LBRProfile section"); in readFuncProfiles()
816 if (std::error_code EC = readFuncProfile(FuncProfileAddr)) in readFuncProfiles()
827 const uint8_t *FuncProfileAddr = Start + iter->second; in readFuncProfiles() local
828 assert(FuncProfileAddr < End && "out of LBRProfile section"); in readFuncProfiles()
829 if (std::error_code EC = readFuncProfile(FuncProfileAddr)) in readFuncProfiles()
839 const uint8_t *FuncProfileAddr = Start + NameOffset.second; in readFuncProfiles() local
840 assert(FuncProfileAddr < End && "out of LBRProfile section"); in readFuncProfiles()
841 if (std::error_code EC = readFuncProfile(FuncProfileAddr)) in readFuncProfiles()