Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DMCPlusBuilder.h73 std::unordered_map<AllocatorIdTy, AnnotationAllocator> AnnotationAllocators; variable
285 AnnotationAllocators.emplace(0, AnnotationAllocator()); in MCPlusBuilder()
299 AnnotationAllocators.emplace(MaxAllocatorId, AnnotationAllocator()); in initializeNewAnnotationAllocator()
305 assert(AnnotationAllocators.count(AllocatorId) && in getAnnotationAllocator()
307 return AnnotationAllocators.find(AllocatorId)->second; in getAnnotationAllocator()
312 return AnnotationAllocators.count(AllocatorId); in checkAllocatorExists()
329 for (auto &Element : AnnotationAllocators) { in freeAnnotations()