Home | History | Annotate | Download | only in ObjCARC

Lines Matching refs:Decl

126   Constant *getVoidRetI8XEntryPoint(Constant *&Decl,
128 if (Decl)
129 return Decl;
138 return Decl = TheModule->getOrInsertFunction(Name, Fty, Attr);
141 Constant *getI8XRetI8XEntryPoint(Constant *& Decl,
144 if (Decl)
145 return Decl;
157 return Decl = TheModule->getOrInsertFunction(Name, Fty, Attr);
160 Constant *getI8XRetI8XXI8XEntryPoint(Constant *&Decl,
162 if (Decl)
163 return Decl;
178 return Decl = TheModule->getOrInsertFunction(Name, Fty, Attr);