Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp277 auto AnnotationFormValue = Child.find(dwarf::DW_AT_const_value); in correlateProfileDataImpl() local
278 if (!AnnotationFormName || !AnnotationFormValue) in correlateProfileDataImpl()
289 AnnotationFormValue->getAsCString().moveInto(FunctionName)) in correlateProfileDataImpl()
293 CFGHash = AnnotationFormValue->getAsUnsignedConstant(); in correlateProfileDataImpl()
296 NumCounters = AnnotationFormValue->getAsUnsignedConstant(); in correlateProfileDataImpl()