Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:GetSelector

461   llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel,
528 llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel) override;
530 llvm::Value *GetSelector(CodeGenFunction &CGF,
1087 llvm::Value *CGObjCGNU::GetSelector(CodeGenFunction &CGF, Selector Sel,
1110 llvm::Value *SelValue = GetSelector(CGF, Sel);
1120 llvm::Value *CGObjCGNU::GetSelector(CodeGenFunction &CGF, Selector Sel) {
1121 return GetSelector(CGF, Sel, std::string());
1124 llvm::Value *CGObjCGNU::GetSelector(CodeGenFunction &CGF,
1128 return GetSelector(CGF, Method->getSelector(), SelTypes);
1282 llvm::Value *cmd = GetSelector(CGF, Sel);
1422 cmd = GetSelector(CGF, Method);
1424 cmd = GetSelector(CGF, Sel);
1815 MakeConstantString(I->getSelector().getAsString()));
1819 MakeConstantString(I->getSelector().getAsString()));
1833 MakeConstantString(I->getSelector().getAsString()));
1837 MakeConstantString(I->getSelector().getAsString()));
1878 Fields.push_back(MakeConstantString(getter->getSelector().getAsString()));
1889 Fields.push_back(MakeConstantString(setter->getSelector().getAsString()));
2047 InstanceMethodSels.push_back(I->getSelector());
2057 ClassMethodSels.push_back(I->getSelector());
2120 InstanceMethodSels.push_back(getter->getSelector());
2122 Fields.push_back(MakeConstantString(getter->getSelector().getAsString()));
2134 InstanceMethodSels.push_back(setter->getSelector());
2136 Fields.push_back(MakeConstantString(setter->getSelector().getAsString()));
2273 InstanceMethodSels.push_back(I->getSelector());
2286 ClassMethodSels.push_back(I->getSelector());
2628 Selector MethodName = OMD->getSelector();