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

/external/lldb/source/Target/
H A DObjCLanguageRuntime.cpp319 ObjCLanguageRuntime::MethodName::GetSelector () function in class:ObjCLanguageRuntime::MethodName
372 strm.Printf("[%s %s]", GetClassName().GetCString(), GetSelector().GetCString());
404 GetSelector().GetCString());
411 const ConstString &selector = GetSelector();
/external/clang/lib/CodeGen/
H A DCGObjCRuntime.h122 virtual llvm::Value *GetSelector(CodeGenFunction &CGF,
126 virtual llvm::Value *GetSelector(CodeGenFunction &CGF,
H A DCGObjCGNU.cpp442 llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel,
502 llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel,
504 llvm::Value *GetSelector(CodeGenFunction &CGF,
1048 llvm::Value *CGObjCGNU::GetSelector(CodeGenFunction &CGF, Selector Sel, function in class:CGObjCGNU
1076 llvm::Value *CGObjCGNU::GetSelector(CodeGenFunction &CGF, Selector Sel, function in class:CGObjCGNU
1078 return GetSelector(CGF, Sel, std::string(), lval);
1081 llvm::Value *CGObjCGNU::GetSelector(CodeGenFunction &CGF, function in class:CGObjCGNU
1085 return GetSelector(CGF, Method->getSelector(), SelTypes, false);
1237 llvm::Value *cmd = GetSelector(CGF, Sel);
1375 cmd = GetSelector(CG
[all...]
H A DCGObjCMac.cpp1202 llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel,
1207 llvm::Value *GetSelector(CodeGenFunction &CGF,
1477 llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel,
1483 llvm::Value *GetSelector(CodeGenFunction &CGF,
1713 /// GetSelector - Return the pointer to the unique'd string for this selector.
1714 llvm::Value *CGObjCMac::GetSelector(CodeGenFunction &CGF, Selector Sel, function in class:CGObjCMac
1718 llvm::Value *CGObjCMac::GetSelector(CodeGenFunction &CGF, const ObjCMethodDecl function in class:CGObjCMac
H A DCGExpr.cpp3293 CGM.getObjCRuntime().GetSelector(*this, E->getSelector(), true);
H A DCGObjC.cpp213 return CGM.getObjCRuntime().GetSelector(*this, E->getSelector());
/external/lldb/include/lldb/Target/
H A DObjCLanguageRuntime.h115 GetSelector ();
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp778 ConstString objc_selector_name (objc_method.GetSelector());
H A DSymbolFileDWARF.cpp1822 prop_getter_name = prop_getter_method.GetSelector().GetCString();
1828 prop_setter_name = prop_setter_method.GetSelector().GetCString();
/external/lldb/source/Symbol/
H A DSymtab.cpp375 entry.cstring = objc_method.GetSelector().GetCString();

Completed in 284 milliseconds