Home | History | Annotate | Download | only in ExceptionDemo

Lines Matching defs:argTypes

195 typedef std::vector<llvm::Type*> ArgTypes;
215 const ArgTypes &theArgTypes,
1108 ArgTypes argTypes;
1109 argTypes.push_back(builder.getInt32Ty());
1116 argTypes,
1372 ArgTypes unwindArgTypes;
1718 ArgTypes argTypes;
1725 argTypes.clear();
1726 argTypes.push_back(builder.getInt32Ty());
1727 argTypes.push_back(builder.getInt8PtrTy());
1733 argTypes,
1744 argTypes.clear();
1745 argTypes.push_back(builder.getInt64Ty());
1746 argTypes.push_back(builder.getInt8PtrTy());
1752 argTypes,
1763 argTypes.clear();
1764 argTypes.push_back(builder.getInt8PtrTy());
1770 argTypes,
1781 argTypes.clear();
1782 argTypes.push_back(builder.getInt32Ty());
1788 argTypes,
1799 argTypes.clear();
1800 argTypes.push_back(builder.getInt8PtrTy());
1806 argTypes,
1817 argTypes.clear();
1818 argTypes.push_back(builder.getInt32Ty());
1824 argTypes,
1835 argTypes.clear();
1836 argTypes.push_back(builder.getInt8PtrTy());
1842 argTypes,
1855 argTypes.clear();
1856 argTypes.push_back(builder.getInt8PtrTy());
1862 argTypes,
1875 argTypes.clear();
1876 argTypes.push_back(builder.getInt32Ty());
1877 argTypes.push_back(builder.getInt32Ty());
1878 argTypes.push_back(builder.getInt64Ty());
1879 argTypes.push_back(builder.getInt8PtrTy());
1880 argTypes.push_back(builder.getInt8PtrTy());
1886 argTypes,