Searched refs:InstanceMethodTypes (Results 1 – 1 of 1) sorted by relevance
407 SmallVectorImpl<llvm::Constant*> &InstanceMethodTypes);1786 SmallVector<llvm::Constant*, 16> InstanceMethodTypes; in GenerateProtocol() local1800 InstanceMethodTypes.push_back(MakeConstantString(TypeStr)); in GenerateProtocol()1826 GenerateProtocolMethodList(InstanceMethodNames, InstanceMethodTypes); in GenerateProtocol()1862 InstanceMethodTypes.push_back(TypeEncoding); in GenerateProtocol()1873 InstanceMethodTypes.push_back(TypeEncoding); in GenerateProtocol()2034 SmallVector<llvm::Constant*, 16> InstanceMethodTypes; in GenerateCategory() local2041 InstanceMethodTypes.push_back(MakeConstantString(TypeStr)); in GenerateCategory()2069 ClassName, CategoryName, InstanceMethodSels, InstanceMethodTypes, in GenerateCategory()2085 SmallVectorImpl<llvm::Constant*> &InstanceMethodTypes) { in GeneratePropertyList() argument[all …]