Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DMemory.h67 getSpecificAllocSingletonThreadLocal() { in getSpecificAllocSingletonThreadLocal() function
83 return new (getSpecificAllocSingletonThreadLocal<T>().Allocate()) in makeThreadLocal()
88 return new (getSpecificAllocSingletonThreadLocal<T>().Allocate(n)) T[n]; in makeThreadLocalN()