Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DMemory.h87 template <typename T> T *makeThreadLocalN(size_t n) { in makeThreadLocalN() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp162 auto *relas = makeThreadLocalN<typename ELFT::Rela>(entries.size()); in relsOrRelas()
H A DInputFiles.cpp1194 SymbolUnion *locals = makeThreadLocalN<SymbolUnion>(firstGlobal); in initSectionsAndLocalSyms()