Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjCGNU.cpp395 ArrayRef<llvm::Constant *> MethodTypes,
434 ArrayRef<llvm::Constant *> MethodTypes);
1470 ArrayRef<llvm::Constant *> MethodTypes, in GenerateMethodList() argument
1482 for (unsigned int i = 0, e = MethodTypes.size(); i < e; ++i) { in GenerateMethodList()
1491 Elements.push_back(MethodTypes[i]); in GenerateMethodList()
1516 Methods.push_back(llvm::ConstantInt::get(Int32Ty, MethodTypes.size())); in GenerateMethodList()
1656 ArrayRef<llvm::Constant *> MethodTypes) { in GenerateProtocolMethodList() argument
1664 for (unsigned int i = 0, e = MethodTypes.size() ; i < e ; i++) { in GenerateProtocolMethodList()
1667 Elements.push_back(MethodTypes[i]); in GenerateProtocolMethodList()
1918 SmallVector<llvm::Constant*, 1> MethodTypes; in GenerateProtocolHolderCategory() local
[all …]
HDCGObjCMac.cpp989 ArrayRef<llvm::Constant*> MethodTypes,
2825 ArrayRef<llvm::Constant*> MethodTypes, in EmitProtocolMethodTypes() argument
2828 if (MethodTypes.empty()) in EmitProtocolMethodTypes()
2832 MethodTypes.size()); in EmitProtocolMethodTypes()
2833 llvm::Constant *Init = llvm::ConstantArray::get(AT, MethodTypes); in EmitProtocolMethodTypes()