Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/include/lld/Common/
H A DMemory.h82 template <typename T, typename... U> T *makeThreadLocal(U &&...args) { in makeThreadLocal() function
/openbsd-src/gnu/llvm/lld/ELF/
H A DInputFiles.cpp811 s = makeThreadLocal<InputSection>( in initializeSections()
828 auto *isec = makeThreadLocal<InputSection>( in initializeSections()
1026 return makeThreadLocal<EhInputSection>(*this, sec, name); in createInputSection()
1029 return makeThreadLocal<MergeInputSection>(*this, sec, name); in createInputSection()
1030 return makeThreadLocal<InputSection>(*this, sec, name); in createInputSection()