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.cpp133 uint8_t *buf = makeThreadLocalN<uint8_t>(size); in decompress()
165 auto *relas = makeThreadLocalN<typename ELFT::Rela>(entries.size()); in relsOrRelas()
H A DInputFiles.cpp1206 SymbolUnion *locals = makeThreadLocalN<SymbolUnion>(firstGlobal); in initSectionsAndLocalSyms()