Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lld/include/lld/Common/
HDMemory.h82 template <typename T, typename... U> T *makeThreadLocal(U &&...args) { in makeThreadLocal() function
/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDInputFiles.cpp899 s = makeThreadLocal<InputSection>( in initializeSections()
916 auto *isec = makeThreadLocal<InputSection>( in initializeSections()
1116 return makeThreadLocal<EhInputSection>(*this, sec, name); in createInputSection()
1119 return makeThreadLocal<MergeInputSection>(*this, sec, name); in createInputSection()
1120 return makeThreadLocal<InputSection>(*this, sec, name); in createInputSection()
HDInputSection.cpp155 auto *sec = makeThreadLocal<InputSection>(*f, shdr, name); in relsOrRelas()
HDSyntheticSections.cpp2753 auto ie = makeThreadLocal<DebugNamesBaseSection::IndexEntry>(); in readEntry()