Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:GetSelector

1337   llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel) override;
1342 llvm::Value *GetSelector(CodeGenFunction &CGF,
1555 return CGM.getContext().Selectors.getSelector(0, &II);
1560 return CGM.getContext().Selectors.getSelector(1, &II);
1626 llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel) override
1633 llvm::Value *GetSelector(CodeGenFunction &CGF,
1635 { return EmitSelector(CGF, Method->getSelector()); }
1911 /// GetSelector - Return the pointer to the unique'd string for this selector.
1912 llvm::Value *CGObjCMac::GetSelector(CodeGenFunction &CGF, Selector Sel) {
1918 llvm::Value *CGObjCMac::GetSelector(CodeGenFunction &CGF, const ObjCMethodDecl
1920 return EmitSelector(CGF, Method->getSelector());
2185 SelValue = GetSelector(CGF, Sel);
3893 description.addBitCast(GetMethodVarName(MD->getSelector()),
3912 method.addBitCast(GetMethodVarName(MD->getSelector()),
4170 Builder.CreateStore(GetSelector(CGF, OMD),
6355 CGM.getContext().Selectors.getSelector(3, KeyIdents));
6801 method.addBitCast(GetMethodVarName(MD->getSelector()),