Searched refs:AnnotationName (Results 1 – 2 of 2) sorted by relevance
352 StringRef AnnotationName = *AnnotationNameOrErr; in correlateProfileDataImpl() local353 if (AnnotationName == InstrProfCorrelator::FunctionNameAttributeName) { in correlateProfileDataImpl()357 } else if (AnnotationName == InstrProfCorrelator::CFGHashAttributeName) { in correlateProfileDataImpl()359 } else if (AnnotationName == in correlateProfileDataImpl()
224 const char *AnnotationName = "sampler"; in isSampler() local228 if (findOneNVVMAnnotation(gv, AnnotationName, Annot)) { in isSampler()233 return argHasNVVMAnnotation(val, AnnotationName); in isSampler()