Searched refs:IFuncsToLower (Results 1 – 2 of 2) sorted by relevance
360 ArrayRef<GlobalIFunc *> IFuncsToLower = FilteredIFuncsToLower; in lowerGlobalIFuncUsersAsGlobalCtor() local364 IFuncsToLower = AllIFuncs; in lowerGlobalIFuncUsersAsGlobalCtor()375 ArrayType::get(TableEntryTy, IFuncsToLower.size()); in lowerGlobalIFuncUsersAsGlobalCtor()396 for (GlobalIFunc *GI : IFuncsToLower) { in lowerGlobalIFuncUsersAsGlobalCtor()
138 /// If \p IFuncsToLower is empty, all ifuncs in the module will be lowered.139 /// If \p IFuncsToLower is non-empty, only the selected ifuncs will be lowered.144 Module &M, ArrayRef<GlobalIFunc *> IFuncsToLower = {});