mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
0ad4ee4225
undname prints them, and the information is in the decorated name, so we probably shouldn't lose it when undecorating. I spot-checked a few of the funnier-looking outputs, and undname has the same output. Differential Revision: https://reviews.llvm.org/D54396 llvm-svn: 346791
16 lines
511 B
Plaintext
16 lines
511 B
Plaintext
; RUN: llvm-undname < %s | FileCheck %s
|
|
|
|
; CHECK-NOT: Invalid mangled name
|
|
|
|
?f@C@@WBA@EAAHXZ
|
|
; CHECK: [thunk]: public: virtual int __cdecl C::f`adjustor{16}'(void)
|
|
|
|
??_EDerived@@$4PPPPPPPM@A@EAAPEAXI@Z
|
|
; CHECK: [thunk]: public: virtual void * __cdecl Derived::`vector deleting dtor'`vtordisp{-4, 0}'(unsigned int)
|
|
|
|
?f@A@simple@@$R477PPPPPPPM@7AEXXZ
|
|
; CHECK: [thunk]: public: virtual void __thiscall simple::A::f`vtordispex{8, 8, -4, 8}'(void)
|
|
|
|
??_9Base@@$B7AA
|
|
; CHECK: [thunk]: __cdecl Base::`vcall'{8, {flat}}
|