Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp242 auto AnnotationNameOrErr = AnnotationFormName->getAsCString(); in correlateProfileDataImpl() local
243 if (auto Err = AnnotationNameOrErr.takeError()) { in correlateProfileDataImpl()
247 StringRef AnnotationName = *AnnotationNameOrErr; in correlateProfileDataImpl()