Home | History | Annotate | Download | only in X86

Lines Matching full:default

1 ; RUN: llc < %s -mtriple=i386-linux-gnu | FileCheck %s --check-prefix=CHECK-DEFAULT
6 ; CHECK-DEFAULT: .section .ctors.64535,"aw",@progbits
7 ; CHECK-DEFAULT: .long construct_1
8 ; CHECK-DEFAULT: .section .ctors.63535,"aw",@progbits
9 ; CHECK-DEFAULT: .long construct_2
10 ; CHECK-DEFAULT: .section .ctors.62535,"aw",@progbits
11 ; CHECK-DEFAULT: .long construct_3
18 ; CHECK-DEFAULT: .section .dtors.64535,"aw",@progbits
19 ; CHECK-DEFAULT: .long destruct_1
20 ; CHECK-DEFAULT: .section .dtors.63535,"aw",@progbits
21 ; CHECK-DEFAULT: .long destruct_2
22 ; CHECK-DEFAULT: .section .dtors.62535,"aw",@progbits
23 ; CHECK-DEFAULT: .long destruct_3