Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DStringPool.h45 llvm::parallel::PerThreadBumpPtrAllocator &Allocator) { in create()
52 llvm::parallel::PerThreadBumpPtrAllocator,
57 llvm::parallel::PerThreadBumpPtrAllocator, in StringPool()
62 llvm::parallel::PerThreadBumpPtrAllocator, in StringPool()
65 llvm::parallel::PerThreadBumpPtrAllocator &getAllocatorRef() { in getAllocatorRef()
72 llvm::parallel::PerThreadBumpPtrAllocator Allocator;
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DTypePool.h46 create(llvm::parallel::PerThreadBumpPtrAllocator &Allocator) { in create()
77 TypeEntryBody(llvm::parallel::PerThreadBumpPtrAllocator &Allocator) in TypeEntryBody()
101 llvm::parallel::PerThreadBumpPtrAllocator &Allocator) { in create()
110 llvm::parallel::PerThreadBumpPtrAllocator,
115 llvm::parallel::PerThreadBumpPtrAllocator, in TypePool()
123 llvm::parallel::PerThreadBumpPtrAllocator, in insert()
175 llvm::parallel::PerThreadBumpPtrAllocator Allocator;
H A DDWARFLinkerGlobalData.h91 llvm::parallel::PerThreadBumpPtrAllocator &getAllocator() { in getAllocator()
162 llvm::parallel::PerThreadBumpPtrAllocator Allocator;
H A DArrayList.h25 ArrayList(llvm::parallel::PerThreadBumpPtrAllocator *Allocator) in ArrayList()
160 llvm::parallel::PerThreadBumpPtrAllocator *Allocator = nullptr;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DPerThreadBumpPtrAllocator.h115 using PerThreadBumpPtrAllocator = PerThreadAllocator<BumpPtrAllocator>; variable