Home | History | Annotate | Download | only in ExceptionDemo

Lines Matching defs:argTypes

195 typedef std::vector<llvm::Type*> ArgTypes;
215 const ArgTypes &theArgTypes,
1137 ArgTypes argTypes;
1138 argTypes.push_back(builder.getInt32Ty());
1145 argTypes,
1401 ArgTypes unwindArgTypes;
1745 ArgTypes argTypes;
1752 argTypes.clear();
1753 argTypes.push_back(builder.getInt32Ty());
1754 argTypes.push_back(builder.getInt8PtrTy());
1760 argTypes,
1771 argTypes.clear();
1772 argTypes.push_back(builder.getInt64Ty());
1773 argTypes.push_back(builder.getInt8PtrTy());
1779 argTypes,
1790 argTypes.clear();
1791 argTypes.push_back(builder.getInt8PtrTy());
1797 argTypes,
1808 argTypes.clear();
1809 argTypes.push_back(builder.getInt32Ty());
1815 argTypes,
1826 argTypes.clear();
1827 argTypes.push_back(builder.getInt8PtrTy());
1833 argTypes,
1844 argTypes.clear();
1845 argTypes.push_back(builder.getInt32Ty());
1851 argTypes,
1862 argTypes.clear();
1863 argTypes.push_back(builder.getInt8PtrTy());
1869 argTypes,
1882 argTypes.clear();
1883 argTypes.push_back(builder.getInt8PtrTy());
1889 argTypes,
1902 argTypes.clear();
1903 argTypes.push_back(builder.getInt32Ty());
1904 argTypes.push_back(builder.getInt32Ty());
1905 argTypes.push_back(builder.getInt64Ty());
1906 argTypes.push_back(builder.getInt8PtrTy());
1907 argTypes.push_back(builder.getInt8PtrTy());
1913 argTypes,