brintos

brintos / llvm-project-archived public Read only

0
0
Text · 3.6 KiB · 16bb653 Raw
97 lines · plain
1; RUN: llvm-undname < %s | FileCheck %s2 3; CHECK-NOT: Invalid mangled name4 5??$CallMethod@UC@NegativeNVOffset@@$I??_912@$BA@AEPPPPPPPM@A@@@YAXAAUC@NegativeNVOffset@@@Z6; CHECK: void __cdecl CallMethod<struct NegativeNVOffset::C, {[thunk]: __thiscall NegativeNVOffset::C::`vcall'{0, {flat}}, 4294967292, 0}>(struct NegativeNVOffset::C &)7 8??$CallMethod@UM@@$0A@@@YAXAAUM@@@Z9; CHECK: void __cdecl CallMethod<struct M, 0>(struct M &)10 11??$CallMethod@UM@@$H??_91@$BA@AEA@@@YAXAAUM@@@Z12; CHECK: void __cdecl CallMethod<struct M, {[thunk]: __thiscall M::`vcall'{0, {flat}}, 0}>(struct M &)13 14??$CallMethod@UM@@$H?f@1@QAEXXZA@@@YAXAAUM@@@Z15; CHECK: void __cdecl CallMethod<struct M, {public: void __thiscall M::f(void), 0}>(struct M &)16 17??$CallMethod@UO@@$H??_91@$BA@AE3@@YAXAAUO@@@Z18; CHECK: void __cdecl CallMethod<struct O, {[thunk]: __thiscall O::`vcall'{0, {flat}}, 4}>(struct O &)19 20??$CallMethod@US@@$0A@@@YAXAAUS@@@Z21; CHECK: void __cdecl CallMethod<struct S, 0>(struct S &)22 23??$CallMethod@US@@$1??_91@$BA@AE@@YAXAAUS@@@Z24; CHECK: void __cdecl CallMethod<struct S, &[thunk]: __thiscall S::`vcall'{0, {flat}}>(struct S &)25 26??$CallMethod@US@@$1?f@1@QAEXXZ@@YAXAAUS@@@Z27; CHECK: void __cdecl CallMethod<struct S, &public: void __thiscall S::f(void)>(struct S &)28 29??$CallMethod@UU@@$0A@@@YAXAAUU@@@Z30; CHECK: void __cdecl CallMethod<struct U, 0>(struct U &)31 32??$CallMethod@UU@@$J??_91@$BA@AEA@A@A@@@YAXAAUU@@@Z33; CHECK: void __cdecl CallMethod<struct U, {[thunk]: __thiscall U::`vcall'{0, {flat}}, 0, 0, 0}>(struct U &)34 35??$CallMethod@UU@@$J?f@1@QAEXXZA@A@A@@@YAXAAUU@@@Z36; CHECK: void __cdecl CallMethod<struct U, {public: void __thiscall U::f(void), 0, 0, 0}>(struct U &)37 38??$CallMethod@UV@@$0A@@@YAXAAUV@@@Z39; CHECK: void __cdecl CallMethod<struct V, 0>(struct V &)40 41??$CallMethod@UV@@$I??_91@$BA@AEA@A@@@YAXAAUV@@@Z42; CHECK: void __cdecl CallMethod<struct V, {[thunk]: __thiscall V::`vcall'{0, {flat}}, 0, 0}>(struct V &)43 44??$CallMethod@UV@@$I?f@1@QAEXXZA@A@@@YAXAAUV@@@Z45; CHECK: void __cdecl CallMethod<struct V, {public: void __thiscall V::f(void), 0, 0}>(struct V &)46 47??$ReadField@UA@@$0?0@@YAHAAUA@@@Z48; CHECK: int __cdecl ReadField<struct A, -1>(struct A &)49 50??$ReadField@UA@@$0A@@@YAHAAUA@@@Z51; CHECK: int __cdecl ReadField<struct A, 0>(struct A &)52 53??$ReadField@UI@@$03@@YAHAAUI@@@Z54; CHECK: int __cdecl ReadField<struct I, 4>(struct I &)55 56??$ReadField@UI@@$0A@@@YAHAAUI@@@Z57; CHECK: int __cdecl ReadField<struct I, 0>(struct I &)58 59??$ReadField@UM@@$0A@@@YAHAAUM@@@Z60; CHECK: int __cdecl ReadField<struct M, 0>(struct M &)61 62??$ReadField@UM@@$0BA@@@YAHAAUM@@@Z63; CHECK: int __cdecl ReadField<struct M, 16>(struct M &)64 65??$ReadField@UM@@$0M@@@YAHAAUM@@@Z66; CHECK: int __cdecl ReadField<struct M, 12>(struct M &)67 68??$ReadField@US@@$03@@YAHAAUS@@@Z69; CHECK: int __cdecl ReadField<struct S, 4>(struct S &)70 71??$ReadField@US@@$07@@YAHAAUS@@@Z72; CHECK: int __cdecl ReadField<struct S, 8>(struct S &)73 74??$ReadField@US@@$0A@@@YAHAAUS@@@Z75; CHECK: int __cdecl ReadField<struct S, 0>(struct S &)76 77??$ReadField@UU@@$0A@@@YAHAAUU@@@Z78; CHECK: int __cdecl ReadField<struct U, 0>(struct U &)79 80??$ReadField@UU@@$G3A@A@@@YAHAAUU@@@Z81; CHECK: int __cdecl ReadField<struct U, {4, 0, 0}>(struct U &)82 83??$ReadField@UU@@$G7A@A@@@YAHAAUU@@@Z84; CHECK: int __cdecl ReadField<struct U, {8, 0, 0}>(struct U &)85 86??$ReadField@UV@@$0A@@@YAHAAUV@@@Z87; CHECK: int __cdecl ReadField<struct V, 0>(struct V &)88 89??$ReadField@UV@@$F7A@@@YAHAAUV@@@Z90; CHECK: int __cdecl ReadField<struct V, {8, 0}>(struct V &)91 92??$ReadField@UV@@$FM@A@@@YAHAAUV@@@Z93; CHECK: int __cdecl ReadField<struct V, {12, 0}>(struct V &)94 95?Q@@3$$QEAP8Foo@@EAAXXZEA96; CHECK: void (__cdecl Foo::*&&Q)(void)97