Searched refs:makeThreadLocal (Results 1 – 4 of 4) sorted by relevance
82 template <typename T, typename... U> T *makeThreadLocal(U &&...args) { in makeThreadLocal() function
899 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()
155 auto *sec = makeThreadLocal<InputSection>(*f, shdr, name); in relsOrRelas()
2753 auto ie = makeThreadLocal<DebugNamesBaseSection::IndexEntry>(); in readEntry()