Home | History | Annotate | Download | only in ExceptionDemo

Lines Matching refs:ArgTypes

197 typedef std::vector<llvm::Type*> ArgTypes;
217 const ArgTypes &theArgTypes,
1136 ArgTypes argTypes;
1137 argTypes.push_back(builder.getInt32Ty());
1144 argTypes,
1399 ArgTypes unwindArgTypes;
1743 ArgTypes argTypes;
1750 argTypes.clear();
1751 argTypes.push_back(builder.getInt32Ty());
1752 argTypes.push_back(builder.getInt8PtrTy());
1758 argTypes,
1769 argTypes.clear();
1770 argTypes.push_back(builder.getInt64Ty());
1771 argTypes.push_back(builder.getInt8PtrTy());
1777 argTypes,
1788 argTypes.clear();
1789 argTypes.push_back(builder.getInt8PtrTy());
1795 argTypes,
1806 argTypes.clear();
1807 argTypes
1813 argTypes,
1824 argTypes.clear();
1825 argTypes.push_back(builder.getInt8PtrTy());
1831 argTypes,
1842 argTypes.clear();
1843 argTypes.push_back(builder.getInt32Ty());
1849 argTypes,
1860 argTypes.clear();
1861 argTypes.push_back(builder.getInt8PtrTy());
1867 argTypes,
1880 argTypes.clear();
1881 argTypes.push_back(builder.getInt8PtrTy());
1887 argTypes,
1900 argTypes.clear();
1901 argTypes.push_back(builder.getInt32Ty());
1902 argTypes.push_back(builder.getInt32Ty());
1903 argTypes.push_back(builder.getInt64Ty());
1904 argTypes.push_back(builder.getInt8PtrTy());
1905 argTypes.push_back(builder.getInt8PtrTy());
1911 argTypes,