Searched refs:makeThreadLocal (Results 1 – 2 of 2) sorted by relevance
82 template <typename T, typename... U> T *makeThreadLocal(U &&...args) { in makeThreadLocal() function
811 s = makeThreadLocal<InputSection>( in initializeSections()828 auto *isec = makeThreadLocal<InputSection>( in initializeSections()1026 return makeThreadLocal<EhInputSection>(*this, sec, name); in createInputSection()1029 return makeThreadLocal<MergeInputSection>(*this, sec, name); in createInputSection()1030 return makeThreadLocal<InputSection>(*this, sec, name); in createInputSection()