Home | History | Annotate | Download | only in ARM

Lines Matching refs:CHECK

4 @ Check the diagnostics for .cantunwind, .handlerdata, and .personality
7 @ .personality directive. This test case check for the diagnostics for
24 @ CHECK: error: .personality can't be used with .cantunwind directive
25 @ CHECK: .personality __gxx_personality_v0
26 @ CHECK: ^
27 @ CHECK: error: .cantunwind was specified here
28 @ CHECK: .cantunwind
29 @ CHECK: ^
44 @ CHECK: error: .handlerdata can't be used with .cantunwind directive
45 @ CHECK: .handlerdata
46 @ CHECK: ^
47 @ CHECK: error: .cantunwind was specified here
48 @ CHECK: .cantunwind
49 @ CHECK: ^
64 @ CHECK: error: .cantunwind can't be used with .personality directive
65 @ CHECK: .cantunwind
66 @ CHECK: ^
67 @ CHECK: error: .personality was specified here
68 @ CHECK: .personality __gxx_personality_v0
69 @ CHECK: ^
84 @ CHECK: error: .cantunwind can't be used with .handlerdata directive
85 @ CHECK: .cantunwind
86 @ CHECK: ^
87 @ CHECK: error: .handlerdata was specified here
88 @ CHECK: .handlerdata
89 @ CHECK: ^
101 @ CHECK: error: .fnstart must precede .cantunwind directive
102 @ CHECK: .cantunwind
103 @ CHECK: ^