Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfReader.cpp888 const uint8_t *FuncProfileAddr = Start + NameOffset.second; in readFuncProfiles() local
889 assert(FuncProfileAddr < End && "out of LBRProfile section"); in readFuncProfiles()
890 if (std::error_code EC = readFuncProfile(FuncProfileAddr)) in readFuncProfiles()
901 const uint8_t *FuncProfileAddr = Start + iter->second; in readFuncProfiles() local
902 assert(FuncProfileAddr < End && "out of LBRProfile section"); in readFuncProfiles()
903 if (std::error_code EC = readFuncProfile(FuncProfileAddr)) in readFuncProfiles()
913 const uint8_t *FuncProfileAddr = Start + NameOffset.second; in readFuncProfiles() local
914 assert(FuncProfileAddr < End && "out of LBRProfile section"); in readFuncProfiles()
915 if (std::error_code EC = readFuncProfile(FuncProfileAddr)) in readFuncProfiles()