Searched refs:GenerateMethodList (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 446 llvm::Constant *GenerateMethodList(StringRef ClassName, 1743 GenerateMethodList(className, "", ClassMethods, true), in GenerateClass() 1912 GenerateMethodList(className, "", InstanceMethods, false), in GenerateClass() 2786 GenerateMethodList(StringRef ClassName, in GenerateMethodList() function in CGObjCGNU 3175 Elements.addBitCast(GenerateMethodList( in GenerateProtocolHolderCategory() 3178 Elements.addBitCast(GenerateMethodList( in GenerateProtocolHolderCategory() 3274 GenerateMethodList(ClassName, CategoryName, InstanceMethods, false), in GenerateCategory() 3282 GenerateMethodList(ClassName, CategoryName, ClassMethods, true), in GenerateCategory() 3542 llvm::Constant *MethodList = GenerateMethodList(ClassName, "", in GenerateClass() 3544 llvm::Constant *ClassMethodList = GenerateMethodList(ClassName, "", in GenerateClass()
|