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);
1490 ArrayRef<llvm::Constant *> MethodTypes,
1502 for (unsigned int i = 0, e = MethodTypes.size(); i < e; ++i) {
1511 Elements.push_back(MethodTypes[i]);
1536 Methods.push_back(llvm::ConstantInt::get(Int32Ty, MethodTypes.size()));
1676 ArrayRef<llvm::Constant *> MethodTypes) {
1684 for (unsigned int i = 0, e = MethodTypes.size() ; i < e ; i++) {
1687 Elements.push_back(MethodTypes[i]);
1945 SmallVector<llvm::Constant*, 1> MethodTypes; local
1487 GenerateMethodList(const StringRef &ClassName, const StringRef &CategoryName, ArrayRef<Selector> MethodSels, ArrayRef<llvm::Constant *> MethodTypes, bool isClassMethodList) argument
1675 GenerateProtocolMethodList(ArrayRef<llvm::Constant *> MethodNames, ArrayRef<llvm::Constant *> MethodTypes) argument
[all...]
H A DCGObjCMac.cpp985 ArrayRef<llvm::Constant*> MethodTypes,
2863 ArrayRef<llvm::Constant*> MethodTypes,
2866 if (MethodTypes.empty())
2870 MethodTypes.size());
2871 llvm::Constant *Init = llvm::ConstantArray::get(AT, MethodTypes);
2862 EmitProtocolMethodTypes(Twine Name, ArrayRef<llvm::Constant*> MethodTypes, const ObjCCommonTypesHelper &ObjCTypes) argument

Completed in 70 milliseconds