Searched refs:GenerateMethodList (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGObjCGNU.cpp | 409 llvm::Constant *GenerateMethodList(StringRef ClassName, 1517 GenerateMethodList(StringRef ClassName, in GenerateMethodList() function in CGObjCGNU 1961 Elements.push_back(llvm::ConstantExpr::getBitCast(GenerateMethodList( in GenerateProtocolHolderCategory() 1964 Elements.push_back(llvm::ConstantExpr::getBitCast(GenerateMethodList( in GenerateProtocolHolderCategory() 2075 GenerateMethodList(ClassName, CategoryName, InstanceMethodSels, in GenerateCategory() 2079 llvm::ConstantExpr::getBitCast(GenerateMethodList(ClassName, CategoryName, in GenerateCategory() 2306 llvm::Constant *MethodList = GenerateMethodList(ClassName, "", in GenerateClass() 2308 llvm::Constant *ClassMethodList = GenerateMethodList(ClassName, "", in GenerateClass()
|