Home
last modified time | relevance | path

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

/external/llvm-project/lld/include/lld/Common/
DMemory.h54 inline llvm::SpecificBumpPtrAllocator<T> &getSpecificAllocSingleton() { in getSpecificAllocSingleton() function
62 return new (getSpecificAllocSingleton<T>().Allocate()) in make()