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

/external/chromium_org/chrome/browser/policy/test/
H A Dlocal_policy_test_server.h90 std::string GetSelector(const std::string& type,
H A Dlocal_policy_test_server.cc144 std::string selector = GetSelector(type, entity_id);
157 std::string selector = GetSelector(type, entity_id);
263 std::string LocalPolicyTestServer::GetSelector(const std::string& type, function in class:policy::LocalPolicyTestServer
/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.cpp439 llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel,
499 llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel,
501 llvm::Value *GetSelector(CodeGenFunction &CGF,
1044 llvm::Value *CGObjCGNU::GetSelector(CodeGenFunction &CGF, Selector Sel, function in class:CGObjCGNU
1072 llvm::Value *CGObjCGNU::GetSelector(CodeGenFunction &CGF, Selector Sel, function in class:CGObjCGNU
1074 return GetSelector(CGF, Sel, std::string(), lval);
1077 llvm::Value *CGObjCGNU::GetSelector(CodeGenFunction &CGF, function in class:CGObjCGNU
1081 return GetSelector(CGF, Method->getSelector(), SelTypes, false);
1232 llvm::Value *cmd = GetSelector(CGF, Sel);
1368 cmd = GetSelector(CG
[all...]
H A DCGObjCMac.cpp1208 llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel,
1213 llvm::Value *GetSelector(CodeGenFunction &CGF,
1482 llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel,
1488 llvm::Value *GetSelector(CodeGenFunction &CGF,
1719 /// GetSelector - Return the pointer to the unique'd string for this selector.
1720 llvm::Value *CGObjCMac::GetSelector(CodeGenFunction &CGF, Selector Sel, function in class:CGObjCMac
1724 llvm::Value *CGObjCMac::GetSelector(CodeGenFunction &CGF, const ObjCMethodDecl function in class:CGObjCMac
H A DCGExpr.cpp3152 CGM.getObjCRuntime().GetSelector(*this, E->getSelector(), true);
H A DCGObjC.cpp220 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 229 milliseconds