Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDObjCLanguageRuntime.cpp324 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/
HDCGObjCRuntime.h122 virtual llvm::Value *GetSelector(CodeGenFunction &CGF,
126 virtual llvm::Value *GetSelector(CodeGenFunction &CGF,
HDCGObjCGNU.cpp437 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 …]
HDCGObjCMac.cpp1202 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
HDCGObjC.cpp242 return CGM.getObjCRuntime().GetSelector(*this, E->getSelector()); in EmitObjCSelectorExpr()
HDCGExpr.cpp3307 CGM.getObjCRuntime().GetSelector(*this, E->getSelector(), true); in EmitObjCSelectorLValue()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDObjCLanguageRuntime.h119 GetSelector ();
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFCompileUnit.cpp823 ConstString objc_selector_name (objc_method.GetSelector()); in Index()
HDSymbolFileDWARF.cpp1949 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/
HDSymtab.cpp398 entry.cstring = objc_method.GetSelector().GetCString(); in InitNameIndexes()