Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DMCPlusBuilder.h160 SmallVector<std::string, 8> AnnotationNames; variable
1671 AnnotationNames.emplace_back(std::string(Name)); in getOrCreateAnnotationIndex()
/llvm-project-15.0.7/bolt/lib/Core/
H A DMCPlusBuilder.cpp317 OS << " # " << AnnotationNames[Index - MCAnnotation::kGeneric] << ": "; in printAnnotations()