Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp397 ArrayRef<llvm::Constant *> MethodTypes,
436 ArrayRef<llvm::Constant *> MethodTypes);
1468 ArrayRef<llvm::Constant *> MethodTypes, in GenerateMethodList() argument
1480 for (unsigned int i = 0, e = MethodTypes.size(); i < e; ++i) { in GenerateMethodList()
1489 Elements.push_back(MethodTypes[i]); in GenerateMethodList()
1514 Methods.push_back(llvm::ConstantInt::get(Int32Ty, MethodTypes.size())); in GenerateMethodList()
1654 ArrayRef<llvm::Constant *> MethodTypes) { in GenerateProtocolMethodList() argument
1662 for (unsigned int i = 0, e = MethodTypes.size() ; i < e ; i++) { in GenerateProtocolMethodList()
1665 Elements.push_back(MethodTypes[i]); in GenerateProtocolMethodList()
1916 SmallVector<llvm::Constant*, 1> MethodTypes; in GenerateProtocolHolderCategory() local
[all …]
H A DCGObjCMac.cpp992 ArrayRef<llvm::Constant*> MethodTypes,
2828 ArrayRef<llvm::Constant*> MethodTypes, in EmitProtocolMethodTypes() argument
2831 if (MethodTypes.empty()) in EmitProtocolMethodTypes()
2835 MethodTypes.size()); in EmitProtocolMethodTypes()
2836 llvm::Constant *Init = llvm::ConstantArray::get(AT, MethodTypes); in EmitProtocolMethodTypes()