Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp588 virtual llvm::Constant *GetConstantSelector(Selector Sel, in GetConstantSelector() function in __anonbab9bb100111::CGObjCGNU
592 llvm::Constant *GetConstantSelector(const ObjCMethodDecl *M) { in GetConstantSelector() function in __anonbab9bb100111::CGObjCGNU
593 return GetConstantSelector(M->getSelector(), in GetConstantSelector()
1161 Fields.add(GetConstantSelector(accessor->getSelector(), TypeStr)); in PushProperty()
1200 Method.add(CGObjCGNU::GetConstantSelector(M)); in GenerateProtocolMethodList()
1447 return GetConstantSelector(Sel, TypeEncoding); in GetTypedSelector()
1480 llvm::Constant *GetConstantSelector(Selector Sel, in GetConstantSelector() function in __anonbab9bb100111::CGObjCGNUstep2
3043 Method.add(GetConstantSelector(OMD->getSelector(), in GenerateMethodList()