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.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()
H A DInputSection.cpp155 auto *sec = makeThreadLocal<InputSection>(*f, shdr, name); in relsOrRelas()
H A DSyntheticSections.cpp2753 auto ie = makeThreadLocal<DebugNamesBaseSection::IndexEntry>(); in readEntry()