Searched refs:InstanceMethodTypes (Results 1 – 1 of 1) sorted by relevance
424 SmallVectorImpl<llvm::Constant*> &InstanceMethodTypes);1807 SmallVector<llvm::Constant*, 16> InstanceMethodTypes; in GenerateProtocol() local1820 InstanceMethodTypes.push_back(MakeConstantString(TypeStr)); in GenerateProtocol()1844 GenerateProtocolMethodList(InstanceMethodNames, InstanceMethodTypes); in GenerateProtocol()1877 InstanceMethodTypes.push_back(TypeEncoding); in GenerateProtocol()1888 InstanceMethodTypes.push_back(TypeEncoding); in GenerateProtocol()2045 SmallVector<llvm::Constant*, 16> InstanceMethodTypes; in GenerateCategory() local2050 InstanceMethodTypes.push_back(MakeConstantString(TypeStr)); in GenerateCategory()2076 InstanceMethodTypes, false), in GenerateCategory()2093 SmallVectorImpl<llvm::Constant*> &InstanceMethodTypes) { in GeneratePropertyList() argument[all …]