Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp590 virtual llvm::Constant *GetConstantSelector(Selector Sel, in GetConstantSelector() function in __anonaf5ecb460111::CGObjCGNU
594 llvm::Constant *GetConstantSelector(const ObjCMethodDecl *M) { in GetConstantSelector() function in __anonaf5ecb460111::CGObjCGNU
595 return GetConstantSelector(M->getSelector(), in GetConstantSelector()
1162 Fields.add(GetConstantSelector(accessor->getSelector(), TypeStr)); in PushProperty()
1201 Method.add(CGObjCGNU::GetConstantSelector(M)); in GenerateProtocolMethodList()
1448 return GetConstantSelector(Sel, TypeEncoding); in GetTypedSelector()
1482 llvm::Constant *GetConstantSelector(Selector Sel, in GetConstantSelector() function in __anonaf5ecb460111::CGObjCGNUstep2
3044 Method.add(GetConstantSelector(OMD->getSelector(), in GenerateMethodList()