Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/include/lld/Common/
H A DMemory.h82 template <typename T, typename... U> T *makeThreadLocal(U &&...args) { in makeThreadLocal() function
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp842 s = makeThreadLocal<InputSection>( in initializeSections()
859 auto *isec = makeThreadLocal<InputSection>( in initializeSections()
1058 return makeThreadLocal<EhInputSection>(*this, sec, name); in createInputSection()
1061 return makeThreadLocal<MergeInputSection>(*this, sec, name); in createInputSection()
1062 return makeThreadLocal<InputSection>(*this, sec, name); in createInputSection()