Home
last modified time | relevance | path

Searched refs:GenerateMethodList (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp446 llvm::Constant *GenerateMethodList(StringRef ClassName,
1740 GenerateMethodList(className, "", ClassMethods, true), in GenerateClass()
1909 GenerateMethodList(className, "", InstanceMethods, false), in GenerateClass()
2783 GenerateMethodList(StringRef ClassName, in GenerateMethodList() function in CGObjCGNU
3172 Elements.addBitCast(GenerateMethodList( in GenerateProtocolHolderCategory()
3175 Elements.addBitCast(GenerateMethodList( in GenerateProtocolHolderCategory()
3271 GenerateMethodList(ClassName, CategoryName, InstanceMethods, false), in GenerateCategory()
3279 GenerateMethodList(ClassName, CategoryName, ClassMethods, true), in GenerateCategory()
3539 llvm::Constant *MethodList = GenerateMethodList(ClassName, "", in GenerateClass()
3541 llvm::Constant *ClassMethodList = GenerateMethodList(ClassName, "", in GenerateClass()