Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCGNU.cpp404 ArrayRef<llvm::Constant *> MethodTypes,
443 ArrayRef<llvm::Constant *> MethodTypes);
1489 ArrayRef<llvm::Constant *> MethodTypes, in GenerateMethodList() argument
1501 for (unsigned int i = 0, e = MethodTypes.size(); i < e; ++i) { in GenerateMethodList()
1510 Elements.push_back(MethodTypes[i]); in GenerateMethodList()
1535 Methods.push_back(llvm::ConstantInt::get(Int32Ty, MethodTypes.size())); in GenerateMethodList()
1678 ArrayRef<llvm::Constant *> MethodTypes) { in GenerateProtocolMethodList() argument
1686 for (unsigned int i = 0, e = MethodTypes.size() ; i < e ; i++) { in GenerateProtocolMethodList()
1689 Elements.push_back(MethodTypes[i]); in GenerateProtocolMethodList()
1943 SmallVector<llvm::Constant*, 1> MethodTypes; in GenerateProtocolHolderCategory() local
[all …]
DCGObjCMac.cpp975 ArrayRef<llvm::Constant*> MethodTypes,
2967 ArrayRef<llvm::Constant*> MethodTypes, in EmitProtocolMethodTypes() argument
2970 if (MethodTypes.empty()) in EmitProtocolMethodTypes()
2974 MethodTypes.size()); in EmitProtocolMethodTypes()
2975 llvm::Constant *Init = llvm::ConstantArray::get(AT, MethodTypes); in EmitProtocolMethodTypes()