Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:GetSelector

439   llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel,
504 virtual llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel,
506 virtual llvm::Value *GetSelector(CodeGenFunction &CGF, const ObjCMethodDecl
1041 llvm::Value *CGObjCGNU::GetSelector(CodeGenFunction &CGF, Selector Sel,
1071 llvm::Value *CGObjCGNU::GetSelector(CodeGenFunction &CGF, Selector Sel,
1073 return GetSelector(CGF, Sel, std::string(), lval);
1076 llvm::Value *CGObjCGNU::GetSelector(CodeGenFunction &CGF,
1080 return GetSelector(CGF, Method->getSelector(), SelTypes, false);
1230 llvm::Value *cmd = GetSelector(CGF, Sel);
1365 cmd = GetSelector(CGF, Method);
1367 cmd = GetSelector(CGF, Sel);
1772 MakeConstantString((*iter)->getSelector().getAsString()));
1776 MakeConstantString((*iter)->getSelector().getAsString()));
1792 MakeConstantString((*iter)->getSelector().getAsString()));
1796 MakeConstantString((*iter)->getSelector().getAsString()));
1840 Fields.push_back(MakeConstantString(getter->getSelector().getAsString()));
1851 Fields.push_back(MakeConstantString(setter->getSelector().getAsString()));
2015 InstanceMethodSels.push_back((*iter)->getSelector());
2027 ClassMethodSels.push_back((*iter)->getSelector());
2092 InstanceMethodSels.push_back(getter->getSelector());
2094 Fields.push_back(MakeConstantString(getter->getSelector().getAsString()));
2106 InstanceMethodSels.push_back(setter->getSelector());
2108 Fields.push_back(MakeConstantString(setter->getSelector().getAsString()));
2248 InstanceMethodSels.push_back((*iter)->getSelector());
2264 ClassMethodSels.push_back((*iter)->getSelector());
2606 Selector MethodName = OMD->getSelector();