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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp456 llvm::Constant *GenerateMethodList(StringRef ClassName,
1741 GenerateMethodList(className, "", ClassMethods, true),
1910 GenerateMethodList(className, "", InstanceMethods, false),
2782 GenerateMethodList(StringRef ClassName, function in class:CGObjCGNU
3170 Elements.addBitCast(GenerateMethodList(
3173 Elements.addBitCast(GenerateMethodList(
3266 GenerateMethodList(ClassName, CategoryName, InstanceMethods, false),
3274 GenerateMethodList(ClassName, CategoryName, ClassMethods, true),
3531 llvm::Constant *MethodList = GenerateMethodList(ClassName, "",
3533 llvm::Constant *ClassMethodList = GenerateMethodList(ClassNam
[all...]

Completed in 96 milliseconds