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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h74 ConstString GetSelector();
H A DObjCLanguage.cpp172 ConstString ObjCLanguage::MethodName::GetSelector() { function in class:ObjCLanguage::MethodName
216 GetSelector().GetCString());
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.h124 virtual llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel) = 0;
134 virtual llvm::Value *GetSelector(CodeGenFunction &CGF,
H A DCGObjCGNU.cpp595 llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel) override;
597 llvm::Value *GetSelector(CodeGenFunction &CGF,
2354 llvm::Value *SelValue = GetSelector(CGF, Sel);
2364 llvm::Value *CGObjCGNU::GetSelector(CodeGenFunction &CGF, Selector Sel) { function in class:CGObjCGNU
2368 llvm::Value *CGObjCGNU::GetSelector(CodeGenFunction &CGF, function in class:CGObjCGNU
2530 llvm::Value *cmd = GetSelector(CGF, Sel);
2682 cmd = GetSelector(CGF, Method);
2684 cmd = GetSelector(CGF, Sel);
H A DCGObjCMac.cpp1342 llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel) override;
1347 llvm::Value *GetSelector(CodeGenFunction &CGF,
1631 llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel) override
1638 llvm::Value *GetSelector(CodeGenFunction &CGF,
1897 /// GetSelector - Return the pointer to the unique'd string for this selector.
1898 llvm::Value *CGObjCMac::GetSelector(CodeGenFunction &CGF, Selector Sel) { function in class:CGObjCMac
1904 llvm::Value *CGObjCMac::GetSelector(CodeGenFunction &CGF, const ObjCMethodDecl function in class:CGObjCMac
2168 SelValue = GetSelector(CGF, Sel);
4154 Builder.CreateStore(GetSelector(CGF, OMD),
H A DCGObjC.cpp256 return CGM.getObjCRuntime().GetSelector(*this, E->getSelector());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp241 ConstString objc_selector_name(objc_method.GetSelector());
H A DDWARFASTParserClang.cpp2481 prop_getter_name = prop_getter_method.GetSelector().GetCString();
2486 prop_setter_name = prop_setter_method.GetSelector().GetCString();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp317 m_selector_to_index.Append(objc_method.GetSelector(), value);

Completed in 194 milliseconds