Searched refs:GenerateMethodList (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 447 llvm::Constant *GenerateMethodList(StringRef ClassName, 1746 GenerateMethodList(className, "", ClassMethods, true), in GenerateClass() 1915 GenerateMethodList(className, "", InstanceMethods, false), in GenerateClass() 2868 GenerateMethodList(StringRef ClassName, in GenerateMethodList() function in CGObjCGNU 3257 Elements.addBitCast(GenerateMethodList( in GenerateProtocolHolderCategory() 3260 Elements.addBitCast(GenerateMethodList( in GenerateProtocolHolderCategory() 3356 GenerateMethodList(ClassName, CategoryName, InstanceMethods, false), in GenerateCategory() 3364 GenerateMethodList(ClassName, CategoryName, ClassMethods, true), in GenerateCategory() 3624 llvm::Constant *MethodList = GenerateMethodList(ClassName, "", in GenerateClass() 3626 llvm::Constant *ClassMethodList = GenerateMethodList(ClassName, "", in GenerateClass()
|