Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfReader.cpp706 const uint8_t *FuncProfileAddr = Start + iter->second; in readFuncProfiles() local
707 assert(FuncProfileAddr < End && "out of LBRProfile section"); in readFuncProfiles()
708 if (std::error_code EC = readFuncProfile(FuncProfileAddr)) in readFuncProfiles()
742 const uint8_t *FuncProfileAddr = Start + FuncOffsetTable[*It]; in readFuncProfiles() local
743 assert(FuncProfileAddr < End && "out of LBRProfile section"); in readFuncProfiles()
744 if (std::error_code EC = readFuncProfile(FuncProfileAddr)) in readFuncProfiles()
758 const uint8_t *FuncProfileAddr = Start + NameOffset.second; in readFuncProfiles() local
759 assert(FuncProfileAddr < End && "out of LBRProfile section"); in readFuncProfiles()
760 if (std::error_code EC = readFuncProfile(FuncProfileAddr)) in readFuncProfiles()