Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DMCPlusBuilder.h66 struct AnnotationAllocator { struct
73 std::unordered_map<AllocatorIdTy, AnnotationAllocator> AnnotationAllocators; argument
117 AnnotationAllocator &Allocator = getAnnotationAllocator(AllocatorId);
285 AnnotationAllocators.emplace(0, AnnotationAllocator()); in MCPlusBuilder()
299 AnnotationAllocators.emplace(MaxAllocatorId, AnnotationAllocator()); in initializeNewAnnotationAllocator()
304 AnnotationAllocator &getAnnotationAllocator(AllocatorIdTy AllocatorId) { in getAnnotationAllocator()
317 AnnotationAllocator &Allocator = getAnnotationAllocator(AllocatorId); in freeValuesAllocator()
330 AnnotationAllocator &Allocator = Element.second; in freeAnnotations()
1682 AnnotationAllocator &Allocator = getAnnotationAllocator(AllocatorId);