Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DMCPlusBuilder.h157 StringMap<uint64_t> AnnotationNameIndexMap; variable
1655 auto AI = AnnotationNameIndexMap.find(Name); in getAnnotationIndex()
1656 if (AI != AnnotationNameIndexMap.end()) in getAnnotationIndex()
1664 auto AI = AnnotationNameIndexMap.find(Name); in getOrCreateAnnotationIndex()
1665 if (AI != AnnotationNameIndexMap.end()) in getOrCreateAnnotationIndex()
1669 AnnotationNameIndexMap.size() + MCPlus::MCAnnotation::kGeneric; in getOrCreateAnnotationIndex()
1670 AnnotationNameIndexMap.insert(std::make_pair(Name, Index)); in getOrCreateAnnotationIndex()