Searched refs:GetSelector (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGObjCRuntime.h | 125 virtual llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel) = 0; 135 virtual llvm::Value *GetSelector(CodeGenFunction &CGF,
|
D | CGObjCGNU.cpp | 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, in GetSelector() function in CGObjCGNU 1110 llvm::Value *SelValue = GetSelector(CGF, Sel); in GetAddrOfSelector() 1120 llvm::Value *CGObjCGNU::GetSelector(CodeGenFunction &CGF, Selector Sel) { in GetSelector() function in CGObjCGNU 1121 return GetSelector(CGF, Sel, std::string()); in GetSelector() 1124 llvm::Value *CGObjCGNU::GetSelector(CodeGenFunction &CGF, in GetSelector() function in CGObjCGNU 1128 return GetSelector(CGF, Method->getSelector(), SelTypes); in GetSelector() 1282 llvm::Value *cmd = GetSelector(CGF, Sel); in GenerateMessageSendSuper() [all …]
|
D | CGObjCMac.cpp | 1207 llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel) override; 1212 llvm::Value *GetSelector(CodeGenFunction &CGF, 1476 llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel) override in GetSelector() function in __anonc21a86420111::CGObjCNonFragileABIMac 1483 llvm::Value *GetSelector(CodeGenFunction &CGF, in GetSelector() function in __anonc21a86420111::CGObjCNonFragileABIMac 1717 llvm::Value *CGObjCMac::GetSelector(CodeGenFunction &CGF, Selector Sel) { in GetSelector() function in CGObjCMac 1723 llvm::Value *CGObjCMac::GetSelector(CodeGenFunction &CGF, const ObjCMethodDecl in GetSelector() function in CGObjCMac
|
D | CGObjC.cpp | 240 return CGM.getObjCRuntime().GetSelector(*this, E->getSelector()); in EmitObjCSelectorExpr()
|
/external/syzkaller/vendor/google.golang.org/genproto/googleapis/api/annotations/ |
D | http.pb.go | 388 func (m *HttpRule) GetSelector() string { func
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 3651 static bool GetSelector(const FieldDef* f, Type type, Selector* s); 5064 inline bool Handlers::GetSelector(const FieldDef *f, Handlers::Type type,
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 4347 static bool GetSelector(const FieldDef* f, Type type, Selector* s); 5760 inline bool Handlers::GetSelector(const FieldDef *f, Handlers::Type type,
|