From 2b7f789ebfc1d2b049bf705a49f76e078e3b11b7 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Sun, 25 Jun 2017 22:19:01 +0000 Subject: Import ELF Tool Chain snapshot at r3561 From http://svn.code.sf.net/p/elftoolchain/code --- test/cxxfilt/ts/template/tclist | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/cxxfilt/ts/template/tclist (limited to 'test/cxxfilt/ts/template/tclist') diff --git a/test/cxxfilt/ts/template/tclist b/test/cxxfilt/ts/template/tclist new file mode 100644 index 000000000000..bb1a6234b605 --- /dev/null +++ b/test/cxxfilt/ts/template/tclist @@ -0,0 +1,10 @@ +# Misc +"_Z1TIiE", "T" +"_Z1TIidE", "T" +"_Z1TIidET_T0_", "int T(double)" +"_ZN3Foo3BarIiiE1fEii", "Foo::Bar::f(int, int)" +"_ZN3Foo3BarIiiE1fIiiEEii", "int Foo::Bar::f(int)" +"_ZN3Foo3BarIiiE1fE1TIiE", "Foo::Bar::f(T)" +"_ZN3Foo3BarIiiE1fE1TIiEi", "Foo::Bar::f(T, int)" +"_ZN3Foo3BarIiiE1fE1TIiEii", "Foo::Bar::f(T, int, int)" +"_Z3foo1TIiEdh", "foo(T, double, unsigned char)" -- cgit v1.2.3