Home
last modified time | relevance | path

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

/src/contrib/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.cpp1315 ArtificialTypeUnit->getTypePool().getThreadLocalAllocator(), *this); in cloneDIE()
/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DPerThreadBumpPtrAllocator.h56 AllocatorTy &getThreadLocalAllocator() { in getThreadLocalAllocator() function