Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DMemory.h82 template <typename T, typename... U> T *makeThreadLocal(U &&...args) { in makeThreadLocal() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp864 s = makeThreadLocal<InputSection>(ms->file, ms->name, ms->type, in initializeSections()
881 auto *isec = makeThreadLocal<InputSection>( in initializeSections()
1129 return makeThreadLocal<EhInputSection>(*this, sec, name); in createInputSection()
1132 return makeThreadLocal<MergeInputSection>(*this, sec, name); in createInputSection()
1133 return makeThreadLocal<InputSection>(*this, sec, name); in createInputSection()
H A DInputSection.cpp158 auto *sec = makeThreadLocal<InputSection>(*f, shdr, name); in relsOrRelas()
H A DSyntheticSections.cpp2845 auto ie = makeThreadLocal<DebugNamesBaseSection::IndexEntry>(); in readEntry()