Home | History | Annotate | Download | only in ObjCARC

Lines Matching refs:Decl

124   Constant *getVoidRetI8XEntryPoint(Constant *&Decl,
126 if (Decl)
127 return Decl;
136 return Decl = TheModule->getOrInsertFunction(Name, Fty, Attr);
139 Constant *getI8XRetI8XEntryPoint(Constant *& Decl,
142 if (Decl)
143 return Decl;
155 return Decl = TheModule->getOrInsertFunction(Name, Fty, Attr);
158 Constant *getI8XRetI8XXI8XEntryPoint(Constant *&Decl,
160 if (Decl)
161 return Decl;
176 return Decl = TheModule->getOrInsertFunction(Name, Fty, Attr);