Searched refs:InstanceMethodList (Results 1 – 2 of 2) sorted by relevance
1405 llvm::Constant *InstanceMethodList, *OptionalInstanceMethodList; in GenerateProtocolRef() local1407 EmitProtocolMethodList(PD->instance_methods(), InstanceMethodList, in GenerateProtocolRef()1420 ProtocolBuilder.add(InstanceMethodList); in GenerateProtocolRef()3420 llvm::Constant *InstanceMethodList = in GenerateProtocol() local3451 Elements.add(InstanceMethodList); in GenerateProtocol()
6569 llvm::Constant *InstanceMethodList = emitMethodList( in GenerateCategory() local6573 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()