Searched refs:MethodTypes (Results 1 – 2 of 2) sorted by relevance
397 ArrayRef<llvm::Constant *> MethodTypes,436 ArrayRef<llvm::Constant *> MethodTypes);1468 ArrayRef<llvm::Constant *> MethodTypes, in GenerateMethodList() argument1480 for (unsigned int i = 0, e = MethodTypes.size(); i < e; ++i) { in GenerateMethodList()1489 Elements.push_back(MethodTypes[i]); in GenerateMethodList()1514 Methods.push_back(llvm::ConstantInt::get(Int32Ty, MethodTypes.size())); in GenerateMethodList()1654 ArrayRef<llvm::Constant *> MethodTypes) { in GenerateProtocolMethodList() argument1662 for (unsigned int i = 0, e = MethodTypes.size() ; i < e ; i++) { in GenerateProtocolMethodList()1665 Elements.push_back(MethodTypes[i]); in GenerateProtocolMethodList()1916 SmallVector<llvm::Constant*, 1> MethodTypes; in GenerateProtocolHolderCategory() local[all …]
992 ArrayRef<llvm::Constant*> MethodTypes,2828 ArrayRef<llvm::Constant*> MethodTypes, in EmitProtocolMethodTypes() argument2831 if (MethodTypes.empty()) in EmitProtocolMethodTypes()2835 MethodTypes.size()); in EmitProtocolMethodTypes()2836 llvm::Constant *Init = llvm::ConstantArray::get(AT, MethodTypes); in EmitProtocolMethodTypes()