Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCGNU.cpp412 ArrayRef<llvm::Constant *> MethodTypes,
457 ArrayRef<llvm::Constant *> MethodTypes);
1520 ArrayRef<llvm::Constant *> MethodTypes, in GenerateMethodList() argument
1531 for (unsigned int i = 0, e = MethodTypes.size(); i < e; ++i) { in GenerateMethodList()
1541 llvm::ConstantStruct::get(ObjCMethodTy, {C, MethodTypes[i], Method})); in GenerateMethodList()
1562 Methods.push_back(llvm::ConstantInt::get(Int32Ty, MethodTypes.size())); in GenerateMethodList()
1700 ArrayRef<llvm::Constant *> MethodTypes) { in GenerateProtocolMethodList() argument
1707 for (unsigned int i = 0, e = MethodTypes.size() ; i < e ; i++) { in GenerateProtocolMethodList()
1709 ObjCMethodDescTy, {MethodNames[i], MethodTypes[i]})); in GenerateProtocolMethodList()
1953 SmallVector<llvm::Constant*, 1> MethodTypes; in GenerateProtocolHolderCategory() local
[all …]
DCGObjCMac.cpp979 ArrayRef<llvm::Constant*> MethodTypes,
3018 ArrayRef<llvm::Constant*> MethodTypes, in EmitProtocolMethodTypes() argument
3021 if (MethodTypes.empty()) in EmitProtocolMethodTypes()
3025 MethodTypes.size()); in EmitProtocolMethodTypes()
3026 llvm::Constant *Init = llvm::ConstantArray::get(AT, MethodTypes); in EmitProtocolMethodTypes()