Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1405 llvm::Constant *InstanceMethodList, *OptionalInstanceMethodList; in GenerateProtocolRef() local
1407 EmitProtocolMethodList(PD->instance_methods(), InstanceMethodList, in GenerateProtocolRef()
1420 ProtocolBuilder.add(InstanceMethodList); in GenerateProtocolRef()
3420 llvm::Constant *InstanceMethodList = in GenerateProtocol() local
3451 Elements.add(InstanceMethodList); in GenerateProtocol()
H A DCGObjCMac.cpp6569 llvm::Constant *InstanceMethodList = emitMethodList( in GenerateCategory() local
6573 if (!InstanceMethodList->isNullValue()) in GenerateCategory()
6574 values.addSignedPointer(InstanceMethodList, MethListSchema, GlobalDecl(), in GenerateCategory()
6577 values.add(InstanceMethodList); in GenerateCategory()
6589 InstanceMethodList->isNullValue() && ClassMethodList->isNullValue(); in GenerateCategory()