Searched refs:GetSelector (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGObjCRuntime.h | 126 virtual llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel) = 0; 136 virtual llvm::Value *GetSelector(CodeGenFunction &CGF,
|
| H A D | CGObjCGNU.cpp | 594 llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel) override; 596 llvm::Value *GetSelector(CodeGenFunction &CGF, 2241 llvm::Value *SelValue = GetSelector(CGF, Sel); in GetAddrOfSelector() 2251 llvm::Value *CGObjCGNU::GetSelector(CodeGenFunction &CGF, Selector Sel) { in GetSelector() function in CGObjCGNU 2255 llvm::Value *CGObjCGNU::GetSelector(CodeGenFunction &CGF, in GetSelector() function in CGObjCGNU 2416 llvm::Value *cmd = GetSelector(CGF, Sel); in GenerateMessageSendSuper() 2570 cmd = GetSelector(CGF, Method); in GenerateMessageSend() 2572 cmd = GetSelector(CGF, Sel); in GenerateMessageSend()
|
| H A D | CGObjCMac.cpp | 1309 llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel) override; 1314 llvm::Value *GetSelector(CodeGenFunction &CGF, 1579 llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel) override in GetSelector() function in __anon0aefe8a60111::CGObjCNonFragileABIMac 1586 llvm::Value *GetSelector(CodeGenFunction &CGF, in GetSelector() function in __anon0aefe8a60111::CGObjCNonFragileABIMac 1824 llvm::Value *CGObjCMac::GetSelector(CodeGenFunction &CGF, Selector Sel) { in GetSelector() function in CGObjCMac 1830 llvm::Value *CGObjCMac::GetSelector(CodeGenFunction &CGF, const ObjCMethodDecl in GetSelector() function in CGObjCMac
|
| H A D | CGObjC.cpp | 254 return CGM.getObjCRuntime().GetSelector(*this, E->getSelector()); in EmitObjCSelectorExpr()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/ |
| H A D | ObjCLanguage.h | 75 const ConstString &GetSelector();
|
| H A D | ObjCLanguage.cpp | 172 const ConstString &ObjCLanguage::MethodName::GetSelector() { in GetSelector() function in ObjCLanguage::MethodName 216 GetSelector().GetCString()); in GetFullNameWithoutCategory() 241 GetClassName().GetCString(), GetSelector().GetCString()); in GetFullNames() 246 const ConstString &selector = GetSelector(); in GetFullNames()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | ManualDWARFIndex.cpp | 259 ConstString objc_selector_name(objc_method.GetSelector()); in IndexUnitImpl()
|
| H A D | DWARFASTParserClang.cpp | 2831 prop_getter_name = prop_getter_method.GetSelector().GetCString(); in ParseChildMembers() 2836 prop_setter_name = prop_setter_method.GetSelector().GetCString(); in ParseChildMembers()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | Symtab.cpp | 347 entry.cstring = objc_method.GetSelector(); in InitNameIndexes()
|