Lines Matching defs:GlobalIFunc
127 !isa<GlobalIFunc>(this) && !isDeduplicateComdat(getComdat());
207 if (isa<GlobalIFunc>(this))
306 assert(isa<GlobalAlias>(this) || isa<GlobalIFunc>(this));
601 // GlobalIFunc Implementation
604 GlobalIFunc::GlobalIFunc(Type *Ty, unsigned AddressSpace, LinkageTypes Link,
614 GlobalIFunc *GlobalIFunc::create(Type *Ty, unsigned AddressSpace,
617 return new GlobalIFunc(Ty, AddressSpace, Link, Name, Resolver, ParentModule);
620 void GlobalIFunc::removeFromParent() { getParent()->removeIFunc(this); }
622 void GlobalIFunc::eraseFromParent() { getParent()->eraseIFunc(this); }
624 const Function *GlobalIFunc::getResolverFunction() const {
628 void GlobalIFunc::applyAlongResolverPath(