| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCRuntime.h | 128 virtual llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel) = 0; 138 virtual llvm::Value *GetSelector(CodeGenFunction &CGF,
|
| H A D | CGObjCGNU.cpp | 583 llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel) override; 585 llvm::Value *GetSelector(CodeGenFunction &CGF, 2136 Builder.CreateStore(GetSelector(CGF, OMD), in GenerateDirectMethodPrologue() 2312 Builder.CreateStore(GetSelector(CGF, OMD), in GenerateDirectMethodPrologue() 2581 llvm::Value *SelValue = GetSelector(CGF, Sel); in GetAddrOfSelector() 2591 llvm::Value *CGObjCGNU::GetSelector(CodeGenFunction &CGF, Selector Sel) { in GetSelector() function in CGObjCGNU 2595 llvm::Value *CGObjCGNU::GetSelector(CodeGenFunction &CGF, in GetSelector() function in CGObjCGNU 2752 llvm::Value *cmd = GetSelector(CGF, Sel); in GenerateMessageSendSuper() 2872 cmd = GetSelector(CGF, Method); in GenerateMessageSend() 2874 cmd = GetSelector(CGF, Sel); in GenerateMessageSend()
|
| H A D | CGObjCMac.cpp | 1288 llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel) override; 1293 llvm::Value *GetSelector(CodeGenFunction &CGF, 1570 llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel) override { in GetSelector() function in __anonb5e682970111::CGObjCNonFragileABIMac 1579 llvm::Value *GetSelector(CodeGenFunction &CGF, in GetSelector() function in __anonb5e682970111::CGObjCNonFragileABIMac 1828 llvm::Value *CGObjCMac::GetSelector(CodeGenFunction &CGF, Selector Sel) { in GetSelector() function in CGObjCMac 1834 llvm::Value *CGObjCMac::GetSelector(CodeGenFunction &CGF, in GetSelector() function in CGObjCMac 2127 SelValue = GetSelector(CGF, Sel); in EmitMessageSend() 3995 Builder.CreateStore(GetSelector(CGF, OMD), in GenerateDirectMethodPrologue()
|
| H A D | CGObjC.cpp | 262 return CGM.getObjCRuntime().GetSelector(*this, E->getSelector()); in EmitObjCSelectorExpr()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | ObjCLanguage.h | 110 llvm::StringRef GetSelector() const;
|
| H A D | ObjCLanguage.cpp | 123 llvm::StringRef ObjCLanguage::ObjCMethodName::GetSelector() const { in GetSelector() function in ObjCLanguage::ObjCMethodName 154 llvm::StringRef selector_name = GetSelector(); in GetFullNameWithoutCategory() 187 variant_names.emplace_back(ConstString(objc_method->GetSelector()), in GetMethodNameVariants()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | ManualDWARFIndex.cpp | 312 ConstString objc_selector_name(objc_method->GetSelector()); in IndexUnitImpl()
|
| H A D | DWARFASTParserClang.cpp | 2782 ConstString(prop_getter_method->GetSelector()).GetCString(); in PropertyAttributes() 2790 ConstString(prop_setter_method->GetSelector()).GetCString(); in PropertyAttributes()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 3361 …serterILb0EEEEEN5clang8SelectorEb", "(anonymous namespace)::CGObjCGNU::GetSelector(llvm::IRBuilder… 3362 …b0EEEEEPKN5clang14ObjCMethodDeclE", "(anonymous namespace)::CGObjCGNU::GetSelector(llvm::IRBuilder… 3433 …EEN5clang8SelectorEb", "(anonymous namespace)::CGObjCNonFragileABIMac::GetSelector(llvm::IRBuilder… 3434 …ang14ObjCMethodDeclE", "(anonymous namespace)::CGObjCNonFragileABIMac::GetSelector(llvm::IRBuilder… 3533 …serterILb0EEEEEN5clang8SelectorEb", "(anonymous namespace)::CGObjCMac::GetSelector(llvm::IRBuilder… 3534 …b0EEEEEPKN5clang14ObjCMethodDeclE", "(anonymous namespace)::CGObjCMac::GetSelector(llvm::IRBuilder…
|