Home
last modified time | relevance | path

Searched refs:GetSelector (Results 1 – 10 of 10) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/Target/
HDObjCLanguageRuntime.cpp319 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/
HDCGObjCRuntime.h122 virtual llvm::Value *GetSelector(CodeGenFunction &CGF,
126 virtual llvm::Value *GetSelector(CodeGenFunction &CGF,
HDCGObjCGNU.cpp439 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 …]
HDCGObjCMac.cpp1206 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
HDCGObjC.cpp223 return CGM.getObjCRuntime().GetSelector(*this, E->getSelector()); in EmitObjCSelectorExpr()
HDCGExpr.cpp3073 CGM.getObjCRuntime().GetSelector(*this, E->getSelector(), true); in EmitObjCSelectorLValue()
/trueos/contrib/llvm/tools/lldb/include/lldb/Target/
HDObjCLanguageRuntime.h115 GetSelector ();
/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFCompileUnit.cpp754 ConstString objc_selector_name (objc_method.GetSelector()); in Index()
HDSymbolFileDWARF.cpp1831 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/
HDSymtab.cpp375 entry.cstring = objc_method.GetSelector().GetCString(); in InitNameIndexes()