Searched defs:MethodTypes (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp397 ArrayRef<llvm::Constant *> MethodTypes,
436 ArrayRef<llvm::Constant *> MethodTypes);
1469 ArrayRef<llvm::Constant *> MethodTypes,
1481 for (unsigned int i = 0, e = MethodTypes.size(); i < e; ++i) {
1490 Elements.push_back(MethodTypes[i]);
1515 Methods.push_back(llvm::ConstantInt::get(Int32Ty, MethodTypes.size()));
1655 ArrayRef<llvm::Constant *> MethodTypes) {
1663 for (unsigned int i = 0, e = MethodTypes.size() ; i < e ; i++) {
1666 Elements.push_back(MethodTypes[i]);
1917 SmallVector<llvm::Constant*, 1> MethodTypes; local
1466 GenerateMethodList(const StringRef &ClassName, const StringRef &CategoryName, ArrayRef<Selector> MethodSels, ArrayRef<llvm::Constant *> MethodTypes, bool isClassMethodList) argument
1654 GenerateProtocolMethodList(ArrayRef<llvm::Constant *> MethodNames, ArrayRef<llvm::Constant *> MethodTypes) argument
[all...]
H A DCGObjCMac.cpp995 ArrayRef<llvm::Constant*> MethodTypes,
2848 ArrayRef<llvm::Constant*> MethodTypes,
2851 if (MethodTypes.empty())
2855 MethodTypes.size());
2856 llvm::Constant *Init = llvm::ConstantArray::get(AT, MethodTypes);
2847 EmitProtocolMethodTypes(Twine Name, ArrayRef<llvm::Constant*> MethodTypes, const ObjCCommonTypesHelper &ObjCTypes) argument

Completed in 2473 milliseconds