Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/include/lld/Common/
DMemory.h51 inline llvm::SpecificBumpPtrAllocator<T> &getSpecificAllocSingleton() { in getSpecificAllocSingleton() function
61 return new (getSpecificAllocSingleton<T>().Allocate()) in make()
/openbsd/src/gnu/llvm/lld/ELF/
DSymbols.h548 auto *sym = getSpecificAllocSingleton<SymbolUnion>().Allocate(); in makeDefined()