Lines Matching defs:EP
487 ARCRuntimeEntryPoints EP;
643 Function *NewDecl = EP.get(ARCRuntimeEntryPointKind::Retain);
697 CallInst::Create(EP.get(ARCRuntimeEntryPointKind::Release), CallArg, "",
751 Function *NewDecl = EP.get(ARCRuntimeEntryPointKind::Autorelease);
993 Function *Decl = EP.get(ARCRuntimeEntryPointKind::Release);
1770 Function *Decl = EP.get(ARCRuntimeEntryPointKind::Retain);
1784 Function *Decl = EP.get(ARCRuntimeEntryPointKind::Release);
2124 Function *Decl = EP.get(ARCRuntimeEntryPointKind::Retain);
2154 Function *Decl = EP.get(ARCRuntimeEntryPointKind::Retain);
2416 EP.init(F.getParent());