Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DMCPlus.h69 kGeneric /// First generic annotation. enumerator
H A DMCPlusBuilder.h1669 AnnotationNameIndexMap.size() + MCPlus::MCAnnotation::kGeneric; in getOrCreateAnnotationIndex()
/llvm-project-15.0.7/bolt/lib/Core/
H A DMCPlusBuilder.cpp316 if (Index >= MCAnnotation::kGeneric) { in printAnnotations()
317 OS << " # " << AnnotationNames[Index - MCAnnotation::kGeneric] << ": "; in printAnnotations()