| /trueos/contrib/llvm/tools/lldb/source/Target/ |
| HD | ObjCLanguageRuntime.cpp | 319 ObjCLanguageRuntime::MethodName::GetSelector () in GetSelector() function in ObjCLanguageRuntime::MethodName 372 strm.Printf("[%s %s]", GetClassName().GetCString(), GetSelector().GetCString()); in GetFullNameWithoutCategory() 404 GetSelector().GetCString()); in GetFullNames() 411 const ConstString &selector = GetSelector(); in GetFullNames()
|
| /trueos/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGObjCRuntime.h | 122 virtual llvm::Value *GetSelector(CodeGenFunction &CGF, 126 virtual llvm::Value *GetSelector(CodeGenFunction &CGF,
|
| HD | CGObjCGNU.cpp | 439 llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel, 506 virtual llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel, 508 virtual llvm::Value *GetSelector(CodeGenFunction &CGF, const ObjCMethodDecl 1065 llvm::Value *CGObjCGNU::GetSelector(CodeGenFunction &CGF, Selector Sel, in GetSelector() function in CGObjCGNU 1095 llvm::Value *CGObjCGNU::GetSelector(CodeGenFunction &CGF, Selector Sel, in GetSelector() function in CGObjCGNU 1097 return GetSelector(CGF, Sel, std::string(), lval); in GetSelector() 1100 llvm::Value *CGObjCGNU::GetSelector(CodeGenFunction &CGF, in GetSelector() function in CGObjCGNU 1104 return GetSelector(CGF, Method->getSelector(), SelTypes, false); in GetSelector() 1254 llvm::Value *cmd = GetSelector(CGF, Sel); in GenerateMessageSendSuper() 1389 cmd = GetSelector(CGF, Method); in GenerateMessageSend() [all …]
|
| HD | CGObjCMac.cpp | 1206 virtual llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel, 1211 virtual llvm::Value *GetSelector(CodeGenFunction &CGF, 1484 virtual llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel, in GetSelector() function in __anon4032489a0111::CGObjCNonFragileABIMac 1490 virtual llvm::Value *GetSelector(CodeGenFunction &CGF, in GetSelector() function in __anon4032489a0111::CGObjCNonFragileABIMac 1725 llvm::Value *CGObjCMac::GetSelector(CodeGenFunction &CGF, Selector Sel, in GetSelector() function in CGObjCMac 1729 llvm::Value *CGObjCMac::GetSelector(CodeGenFunction &CGF, const ObjCMethodDecl in GetSelector() function in CGObjCMac
|
| HD | CGObjC.cpp | 223 return CGM.getObjCRuntime().GetSelector(*this, E->getSelector()); in EmitObjCSelectorExpr()
|
| HD | CGExpr.cpp | 3073 CGM.getObjCRuntime().GetSelector(*this, E->getSelector(), true); in EmitObjCSelectorLValue()
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Target/ |
| HD | ObjCLanguageRuntime.h | 115 GetSelector ();
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | DWARFCompileUnit.cpp | 754 ConstString objc_selector_name (objc_method.GetSelector()); in Index()
|
| HD | SymbolFileDWARF.cpp | 1831 prop_getter_name = prop_getter_method.GetSelector().GetCString(); in ParseChildMembers() 1837 prop_setter_name = prop_setter_method.GetSelector().GetCString(); in ParseChildMembers()
|
| /trueos/contrib/llvm/tools/lldb/source/Symbol/ |
| HD | Symtab.cpp | 375 entry.cstring = objc_method.GetSelector().GetCString(); in InitNameIndexes()
|