Lines Matching defs:IsIFunc
583 bool IsIFunc, const llvm::GlobalValue *Alias, const llvm::GlobalValue *&GV,
588 Diags.Report(Location, diag::err_cyclic_alias) << IsIFunc;
601 Diags.Report(Location, diag::err_alias_to_undefined) << IsIFunc << IsIFunc;
603 << IsIFunc << IsIFunc;
614 (Twine(IsIFunc ? "ifunc" : "alias") + "(\"" + Name + "\")")
622 if (IsIFunc) {
627 << IsIFunc << IsIFunc;
671 bool IsIFunc = D->hasAttr<IFuncAttr>();
681 if (!checkAliasedGlobal(getContext(), Diags, Location, IsIFunc, Alias, GV,
694 IsIFunc ? cast<llvm::GlobalIFunc>(Alias)->getResolver()
707 << AliasSection << IsIFunc << IsIFunc;
718 << GV->getName() << GA->getName() << IsIFunc;
722 if (IsIFunc)
730 if (IsIFunc)