Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp344 auto AnnotationFormValue = Child.find(dwarf::DW_AT_const_value); in correlateProfileDataImpl() local
345 if (!AnnotationFormName || !AnnotationFormValue) in correlateProfileDataImpl()
355 AnnotationFormValue->getAsCString().moveInto(FunctionName)) in correlateProfileDataImpl()
358 CFGHash = AnnotationFormValue->getAsUnsignedConstant(); in correlateProfileDataImpl()
361 NumCounters = AnnotationFormValue->getAsUnsignedConstant(); in correlateProfileDataImpl()