Searched refs:GenerateMethodList (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 455 llvm::Constant *GenerateMethodList(StringRef ClassName, 1657 GenerateMethodList(className, "", ClassMethods, true), in GenerateClass() 1814 GenerateMethodList(className, "", InstanceMethods, false), in GenerateClass() 2665 GenerateMethodList(StringRef ClassName, in GenerateMethodList() function in CGObjCGNU 3047 Elements.addBitCast(GenerateMethodList( in GenerateProtocolHolderCategory() 3050 Elements.addBitCast(GenerateMethodList( in GenerateProtocolHolderCategory() 3143 GenerateMethodList(ClassName, CategoryName, InstanceMethods, false), in GenerateCategory() 3151 GenerateMethodList(ClassName, CategoryName, ClassMethods, true), in GenerateCategory() 3422 llvm::Constant *MethodList = GenerateMethodList(ClassName, "", in GenerateClass() 3424 llvm::Constant *ClassMethodList = GenerateMethodList(ClassName, "", in GenerateClass()
|