Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp239 auto AnnotationFormValue = Child.find(dwarf::DW_AT_const_value); in correlateProfileDataImpl() local
240 if (!AnnotationFormName || !AnnotationFormValue) in correlateProfileDataImpl()
251 AnnotationFormValue->getAsCString().moveInto(FunctionName)) in correlateProfileDataImpl()
255 CFGHash = AnnotationFormValue->getAsUnsignedConstant(); in correlateProfileDataImpl()
258 NumCounters = AnnotationFormValue->getAsUnsignedConstant(); in correlateProfileDataImpl()