Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:GetSelector

439   llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel,
499 llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel,
501 llvm::Value *GetSelector(CodeGenFunction &CGF,
1044 llvm::Value *CGObjCGNU::GetSelector(CodeGenFunction &CGF, Selector Sel,
1072 llvm::Value *CGObjCGNU::GetSelector(CodeGenFunction &CGF, Selector Sel,
1074 return GetSelector(CGF, Sel, std::string(), lval);
1077 llvm::Value *CGObjCGNU::GetSelector(CodeGenFunction &CGF,
1081 return GetSelector(CGF, Method->getSelector(), SelTypes, false);
1232 llvm::Value *cmd = GetSelector(CGF, Sel);
1368 cmd = GetSelector(CGF, Method);
1370 cmd = GetSelector(CGF, Sel);
1774 MakeConstantString(I->getSelector().getAsString()));
1778 MakeConstantString(I->getSelector().getAsString()));
1792 MakeConstantString(I->getSelector().getAsString()));
1796 MakeConstantString(I->getSelector().getAsString()));
1837 Fields.push_back(MakeConstantString(getter->getSelector().getAsString()));
1848 Fields.push_back(MakeConstantString(setter->getSelector().getAsString()));
2009 InstanceMethodSels.push_back(I->getSelector());
2019 ClassMethodSels.push_back(I->getSelector());
2081 InstanceMethodSels.push_back(getter->getSelector());
2083 Fields.push_back(MakeConstantString(getter->getSelector().getAsString()));
2095 InstanceMethodSels.push_back(setter->getSelector());
2097 Fields.push_back(MakeConstantString(setter->getSelector().getAsString()));
2235 InstanceMethodSels.push_back(I->getSelector());
2249 ClassMethodSels.push_back(I->getSelector());
2587 Selector MethodName = OMD->getSelector();