Searched refs:InstanceMethodTypes (Results 1 – 1 of 1) sorted by relevance
410 SmallVectorImpl<llvm::Constant*> &InstanceMethodTypes);1772 SmallVector<llvm::Constant*, 16> InstanceMethodTypes; in GenerateProtocol() local1785 InstanceMethodTypes.push_back(MakeConstantString(TypeStr)); in GenerateProtocol()1809 GenerateProtocolMethodList(InstanceMethodNames, InstanceMethodTypes); in GenerateProtocol()1842 InstanceMethodTypes.push_back(TypeEncoding); in GenerateProtocol()1853 InstanceMethodTypes.push_back(TypeEncoding); in GenerateProtocol()2013 SmallVector<llvm::Constant*, 16> InstanceMethodTypes; in GenerateCategory() local2018 InstanceMethodTypes.push_back(MakeConstantString(TypeStr)); in GenerateCategory()2044 ClassName, CategoryName, InstanceMethodSels, InstanceMethodTypes, in GenerateCategory()2060 SmallVectorImpl<llvm::Constant*> &InstanceMethodTypes) { in GeneratePropertyList() argument[all …]