Lines Matching defs:GlobalIFunc
121 !isa<GlobalIFunc>(this) && !isDeduplicateComdat(getComdat());
201 if (isa<GlobalIFunc>(this))
300 assert(isa<GlobalAlias>(this) || isa<GlobalIFunc>(this));
588 // GlobalIFunc Implementation
591 GlobalIFunc::GlobalIFunc(Type *Ty, unsigned AddressSpace, LinkageTypes Link,
601 GlobalIFunc *GlobalIFunc::create(Type *Ty, unsigned AddressSpace,
604 return new GlobalIFunc(Ty, AddressSpace, Link, Name, Resolver, ParentModule);
607 void GlobalIFunc::removeFromParent() { getParent()->removeIFunc(this); }
609 void GlobalIFunc::eraseFromParent() { getParent()->eraseIFunc(this); }
611 const Function *GlobalIFunc::getResolverFunction() const {
615 void GlobalIFunc::applyAlongResolverPath(