Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCGNU.cpp401 llvm::Constant *GenerateMethodList(StringRef ClassName,
1486 GenerateMethodList(StringRef ClassName, in GenerateMethodList() function in CGObjCGNU
1951 Elements.push_back(llvm::ConstantExpr::getBitCast(GenerateMethodList( in GenerateProtocolHolderCategory()
1954 Elements.push_back(llvm::ConstantExpr::getBitCast(GenerateMethodList( in GenerateProtocolHolderCategory()
2065 Elements.push_back(llvm::ConstantExpr::getBitCast(GenerateMethodList( in GenerateCategory()
2069 Elements.push_back(llvm::ConstantExpr::getBitCast(GenerateMethodList( in GenerateCategory()
2298 llvm::Constant *MethodList = GenerateMethodList(ClassName, "", in GenerateClass()
2300 llvm::Constant *ClassMethodList = GenerateMethodList(ClassName, "", in GenerateClass()