| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | ObjCLanguageRuntime.cpp | 324 ObjCLanguageRuntime::MethodName::GetSelector () in GetSelector() function in ObjCLanguageRuntime::MethodName 377 strm.Printf("[%s %s]", GetClassName().GetCString(), GetSelector().GetCString()); in GetFullNameWithoutCategory() 409 GetSelector().GetCString()); in GetFullNames() 416 const ConstString &selector = GetSelector(); in GetFullNames()
|
| /NextBSD/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 | 437 llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel, 497 llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel, 499 llvm::Value *GetSelector(CodeGenFunction &CGF, 1043 llvm::Value *CGObjCGNU::GetSelector(CodeGenFunction &CGF, Selector Sel, in GetSelector() function in CGObjCGNU 1071 llvm::Value *CGObjCGNU::GetSelector(CodeGenFunction &CGF, Selector Sel, in GetSelector() function in CGObjCGNU 1073 return GetSelector(CGF, Sel, std::string(), lval); in GetSelector() 1076 llvm::Value *CGObjCGNU::GetSelector(CodeGenFunction &CGF, in GetSelector() function in CGObjCGNU 1080 return GetSelector(CGF, Method->getSelector(), SelTypes, false); in GetSelector() 1232 llvm::Value *cmd = GetSelector(CGF, Sel); in GenerateMessageSendSuper() 1370 cmd = GetSelector(CGF, Method); in GenerateMessageSend() [all …]
|
| HD | CGObjCMac.cpp | 1202 llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel, 1207 llvm::Value *GetSelector(CodeGenFunction &CGF, 1477 llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel, in GetSelector() function in __anonb2414f100111::CGObjCNonFragileABIMac 1483 llvm::Value *GetSelector(CodeGenFunction &CGF, in GetSelector() function in __anonb2414f100111::CGObjCNonFragileABIMac 1714 llvm::Value *CGObjCMac::GetSelector(CodeGenFunction &CGF, Selector Sel, in GetSelector() function in CGObjCMac 1718 llvm::Value *CGObjCMac::GetSelector(CodeGenFunction &CGF, const ObjCMethodDecl in GetSelector() function in CGObjCMac
|
| HD | CGObjC.cpp | 242 return CGM.getObjCRuntime().GetSelector(*this, E->getSelector()); in EmitObjCSelectorExpr()
|
| HD | CGExpr.cpp | 3307 CGM.getObjCRuntime().GetSelector(*this, E->getSelector(), true); in EmitObjCSelectorLValue()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/ |
| HD | ObjCLanguageRuntime.h | 119 GetSelector ();
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | DWARFCompileUnit.cpp | 823 ConstString objc_selector_name (objc_method.GetSelector()); in Index()
|
| HD | SymbolFileDWARF.cpp | 1949 prop_getter_name = prop_getter_method.GetSelector().GetCString(); in ParseChildMembers() 1955 prop_setter_name = prop_setter_method.GetSelector().GetCString(); in ParseChildMembers()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Symbol/ |
| HD | Symtab.cpp | 398 entry.cstring = objc_method.GetSelector().GetCString(); in InitNameIndexes()
|