Lines Matching defs:GIF
4525 llvm::GlobalIFunc *GIF =
4528 GIF->setName(ResolverName);
4529 SetCommonAttributes(FD, GIF);
4531 replaceDeclarationWith(ResolverGV, GIF);
4532 return GIF;
6136 llvm::GlobalIFunc *GIF =
6140 if (GIF->getResolver() == Entry) {
6153 GIF->takeName(Entry);
6155 Entry->replaceAllUsesWith(GIF);
6158 GIF->setName(MangledName);
6159 SetCommonAttributes(GD, GIF);