Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCRuntime.h126 virtual llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel) = 0;
136 virtual llvm::Value *GetSelector(CodeGenFunction &CGF,
H A DCGObjCGNU.cpp594 llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel) override;
596 llvm::Value *GetSelector(CodeGenFunction &CGF,
2241 llvm::Value *SelValue = GetSelector(CGF, Sel); in GetAddrOfSelector()
2251 llvm::Value *CGObjCGNU::GetSelector(CodeGenFunction &CGF, Selector Sel) { in GetSelector() function in CGObjCGNU
2255 llvm::Value *CGObjCGNU::GetSelector(CodeGenFunction &CGF, in GetSelector() function in CGObjCGNU
2416 llvm::Value *cmd = GetSelector(CGF, Sel); in GenerateMessageSendSuper()
2570 cmd = GetSelector(CGF, Method); in GenerateMessageSend()
2572 cmd = GetSelector(CGF, Sel); in GenerateMessageSend()
H A DCGObjCMac.cpp1309 llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel) override;
1314 llvm::Value *GetSelector(CodeGenFunction &CGF,
1579 llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel) override in GetSelector() function in __anon0aefe8a60111::CGObjCNonFragileABIMac
1586 llvm::Value *GetSelector(CodeGenFunction &CGF, in GetSelector() function in __anon0aefe8a60111::CGObjCNonFragileABIMac
1824 llvm::Value *CGObjCMac::GetSelector(CodeGenFunction &CGF, Selector Sel) { in GetSelector() function in CGObjCMac
1830 llvm::Value *CGObjCMac::GetSelector(CodeGenFunction &CGF, const ObjCMethodDecl in GetSelector() function in CGObjCMac
H A DCGObjC.cpp254 return CGM.getObjCRuntime().GetSelector(*this, E->getSelector()); in EmitObjCSelectorExpr()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h75 const ConstString &GetSelector();
H A DObjCLanguage.cpp172 const ConstString &ObjCLanguage::MethodName::GetSelector() { in GetSelector() function in ObjCLanguage::MethodName
216 GetSelector().GetCString()); in GetFullNameWithoutCategory()
241 GetClassName().GetCString(), GetSelector().GetCString()); in GetFullNames()
246 const ConstString &selector = GetSelector(); in GetFullNames()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp259 ConstString objc_selector_name(objc_method.GetSelector()); in IndexUnitImpl()
H A DDWARFASTParserClang.cpp2831 prop_getter_name = prop_getter_method.GetSelector().GetCString(); in ParseChildMembers()
2836 prop_setter_name = prop_setter_method.GetSelector().GetCString(); in ParseChildMembers()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymtab.cpp347 entry.cstring = objc_method.GetSelector(); in InitNameIndexes()