Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCGNU.cpp590 virtual llvm::Constant *GetConstantSelector(Selector Sel, in GetConstantSelector() function in __anon128dbe400111::CGObjCGNU
594 llvm::Constant *GetConstantSelector(const ObjCMethodDecl *M) { in GetConstantSelector() function in __anon128dbe400111::CGObjCGNU
595 return GetConstantSelector(M->getSelector(), in GetConstantSelector()
1146 Fields.add(GetConstantSelector(accessor->getSelector(), TypeStr)); in PushProperty()
1185 Method.add(CGObjCGNU::GetConstantSelector(M)); in GenerateProtocolMethodList()
1442 return GetConstantSelector(Sel, TypeEncoding); in GetTypedSelector()
1464 llvm::Constant *GetConstantSelector(Selector Sel, in GetConstantSelector() function in __anon128dbe400111::CGObjCGNUstep2
2917 Method.add(GetConstantSelector(OMD->getSelector(), in GenerateMethodList()