Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCGNU.cpp397 llvm::Constant *GenerateMethodList(StringRef ClassName,
1472 GenerateMethodList(StringRef ClassName, in GenerateMethodList() function in CGObjCGNU
1931 Elements.push_back(llvm::ConstantExpr::getBitCast(GenerateMethodList( in GenerateProtocolHolderCategory()
1934 Elements.push_back(llvm::ConstantExpr::getBitCast(GenerateMethodList( in GenerateProtocolHolderCategory()
2043 Elements.push_back(llvm::ConstantExpr::getBitCast(GenerateMethodList( in GenerateCategory()
2047 Elements.push_back(llvm::ConstantExpr::getBitCast(GenerateMethodList( in GenerateCategory()
2275 llvm::Constant *MethodList = GenerateMethodList(ClassName, "", in GenerateClass()
2277 llvm::Constant *ClassMethodList = GenerateMethodList(ClassName, "", in GenerateClass()