Searched refs:ClassMethodList (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 1406 llvm::Constant *ClassMethodList, *OptionalClassMethodList; in GenerateProtocolRef() local 1409 EmitProtocolMethodList(PD->class_methods(), ClassMethodList, in GenerateProtocolRef() 1421 ProtocolBuilder.add(ClassMethodList); in GenerateProtocolRef() 3422 llvm::Constant *ClassMethodList = in GenerateProtocol() local 3452 Elements.add(ClassMethodList); in GenerateProtocol() 3831 llvm::Constant *ClassMethodList = GenerateMethodList(ClassName, "", in GenerateClass() local 3878 NULLPtr, ClassMethodList, NULLPtr, NULLPtr, in GenerateClass()
|
| H A D | CGObjCMac.cpp | 6579 llvm::Constant *ClassMethodList = emitMethodList( in GenerateCategory() local 6581 if (!ClassMethodList->isNullValue()) in GenerateCategory() 6582 values.addSignedPointer(ClassMethodList, MethListSchema, GlobalDecl(), in GenerateCategory() 6585 values.add(ClassMethodList); in GenerateCategory() 6589 InstanceMethodList->isNullValue() && ClassMethodList->isNullValue(); in GenerateCategory()
|