Searched refs:makeThreadLocal (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/lld/include/lld/Common/ |
| H A D | Memory.h | 82 template <typename T, typename... U> T *makeThreadLocal(U &&...args) { in makeThreadLocal() function
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | InputFiles.cpp | 864 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 D | InputSection.cpp | 158 auto *sec = makeThreadLocal<InputSection>(*f, shdr, name); in relsOrRelas()
|
| H A D | SyntheticSections.cpp | 2845 auto ie = makeThreadLocal<DebugNamesBaseSection::IndexEntry>(); in readEntry()
|