blob: afc34aab4fa7b61774ee496e6aecab92f84648e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
; RUN: llvm-undname < %s | FileCheck %s
; CHECK-NOT: Invalid mangled name
??$?BH@TemplateOps@@QAEHXZ
??BOps@@QAEHXZ
??BConstOps@@QAE?BHXZ
??BVolatileOps@@QAE?CHXZ
??BConstVolatileOps@@QAE?DHXZ
??$?BN@TemplateOps@@QAENXZ
??BOps@@QAENXZ
??BConstOps@@QAE?BNXZ
??BVolatileOps@@QAE?CNXZ
??BConstVolatileOps@@QAE?DNXZ
??BCompoundTypeOps@@QAEPAHXZ
??BCompoundTypeOps@@QAEPBHXZ
??BCompoundTypeOps@@QAE$$QAHXZ
??BCompoundTypeOps@@QAE?AU?$Foo@H@@XZ
??$?BH@CompoundTypeOps@@QAE?AU?$Bar@U?$Foo@H@@@@XZ
??$?BPAH@TemplateOps@@QAEPAHXZ
|