Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/ADT/
H A DConcurrentHashtableTest.cpp112 Allocator.getThreadLocalAllocator(); in TEST()
134 Allocator.getThreadLocalAllocator(); in TEST()
170 Allocator.getThreadLocalAllocator(); in TEST()
192 Allocator.getThreadLocalAllocator(); in TEST()
222 Allocator.getThreadLocalAllocator(); in TEST()
244 Allocator.getThreadLocalAllocator(); in TEST()
273 Allocator.getThreadLocalAllocator(); in TEST()
295 Allocator.getThreadLocalAllocator(); in TEST()
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DTypePool.h161 BumpPtrAllocator &getThreadLocalAllocator() { in getThreadLocalAllocator() function
162 return Allocator.getThreadLocalAllocator(); in getThreadLocalAllocator()
H A DDWARFLinkerTypeUnit.cpp182 DIEGenerator DIEGen(Patch.Die, Types.getThreadLocalAllocator(), in prepareDataForTreeCreation()
243 DIEGenerator DIEGen(OutDIE, Types.getThreadLocalAllocator(), *this); in finalizeTypeEntryRec()
H A DDWARFLinkerCompileUnit.cpp1314 ArtificialTypeUnit->getTypePool().getThreadLocalAllocator(), *this); in cloneDIE()
/llvm-project/llvm/include/llvm/Support/
H A DPerThreadBumpPtrAllocator.h56 AllocatorTy &getThreadLocalAllocator() { in getThreadLocalAllocator() function