/llvm-project/lld/test/ELF/linkerscript/ |
H A D | sort-init.s | 2 ## Test SORT_BY_INIT_PRIORITY can be used to convert .ctors into .init_array 7 # RUN: llvm-readelf -x .init_array %t.out | FileCheck %s 12 ## Test REVERSE can be used to reverse the order of .init_array and .ctors 15 # RUN: llvm-readelf -x .init_array %t2.out | FileCheck %s --check-prefix=CHECK2 25 .section foo, "aw", @init_array 30 .section .init_array.100, "aw", @init_array 33 .section .init_array.7, "aw", @init_array 37 .section .init_array.5, "aw", @init_array 40 .section .init_array, "aw", @init_array 47 .init_array : { [all …]
|
H A D | start-end.test | 2 # RUN: echo '.section .init_array, "aw"; .quad 0' \ 7 .init_array : { 9 *(.init_array)
|
H A D | orphan-memory.test | 6 ## Check that despite having a lower sort rank, an orphan section '.init_array' 21 CHECK: .init_array INIT_ARRAY 0000000000009014 {{[0-9a-f]+}} 000010 48 CHECK4: .init_array INIT_ARRAY 0000000000009000 {{[0-9a-f]+}} 000010 63 .section .init_array,"aw",@init_array
|
/llvm-project/lld/test/ELF/ |
H A D | init_fini_priority.s | 22 .section .init_array, "aw", @init_array, unique, 0 25 .section .init_array.100, "aw", @init_array 27 .section .init_array.5, "aw", @init_array 29 .section .init_array, "aw", @init_array, unique, 1 31 .section .init_array, "aw", @init_array, unique, 2
|
H A D | shuffle-sections-init-fini.s | 5 # RUN: llvm-readelf -x .init -x .fini -x .init_array -x .fini_array %t | \ 9 # RUN: llvm-readelf -x .init -x .fini -x .init_array -x .fini_array %t1 | \ 21 # CHECK: Hex dump of section '.init_array' 34 # RUN: .init_array : { *(.init_array*) } \ 43 # CHECK2: Hex dump of section '.init_array'
|
H A D | gc-sections-linkorder.s | 8 # CHECK: removing unused section {{.*}}.o:(.init_array.bar2) 30 .section .init_array.bar2,"awo",@init_array,.foo2
|
H A D | pre_init_fini_array.s | 19 .section .init_array,"aw",@init_array
|
H A D | gc-sections.s | 29 # NOGC: Name: .init_array 64 # GC1: Name: .init_array 89 # GC2: Name: .init_array 171 .section .init_array,"aw",@progbits 175 .section .init_array.00001,"aw",@progbits
|
H A D | partition-synthetic-sections.s | 237 .section .init_array,"aw",@init_array
|
/llvm-project/llvm/test/CodeGen/X86/ |
H A D | constructor.ll | 53 ; INIT-ARRAY: .section .init_array.15,"awG",@init_array,v,comdat 56 ; INIT-ARRAY-NEXT: .section .init_array.55555,"awG",@init_array,v,comdat 59 ; INIT-ARRAY-NEXT: .section .init_array,"aw",@init_array 65 ; NACL: .section .init_array.15,"awG",@init_array,v,comdat 68 ; NACL-NEXT: .section .init_array.55555,"awG",@init_array,v,comdat 71 ; NACL-NEXT: .section .init_array,"aw",@init_array 78 ; MCU-INIT-ARRAY: .section .init_array,"aw",@init_array
|
H A D | attribute-sections.ll | 5 @init_array1 = global ptr @foo, section ".init_array" 6 @init_array2 = global ptr @foo, section ".init_array.00001" 9 ; CHECK-LABEL: .section .init_array,"aw",@init_array 11 ; CHECK-LABEL: .section .init_array.00001,"aw",@init_array
|
/llvm-project/compiler-rt/test/orc/TestCases/FreeBSD/x86-64/ |
H A D | priority-static-initializer.S | 91 .section .init_array.100,"aw",@init_array 94 .section .init_array.200,"aw",@init_array 97 .section .init_array,"aw",@init_array
|
H A D | trivial-static-initializer.S | 34 .section .init_array,"aw",@init_array
|
/llvm-project/compiler-rt/test/orc/TestCases/Linux/x86-64/ |
H A D | priority-static-initializer.S | 91 .section .init_array.100,"aw",@init_array 94 .section .init_array.200,"aw",@init_array 97 .section .init_array,"aw",@init_array
|
H A D | trivial-static-initializer.S | 34 .section .init_array,"aw",@init_array
|
/llvm-project/compiler-rt/test/orc/TestCases/Linux/aarch64/ |
H A D | priority-static-initializer.S | 103 .section .init_array.100,"aw",@init_array 106 .section .init_array.200,"aw",@init_array 109 .section .init_array,"aw",@init_array
|
H A D | trivial-static-initializer.S | 45 .section .init_array,"aw",@init_array
|
/llvm-project/compiler-rt/test/orc/TestCases/Linux/ppc64/ |
H A D | priority-static-initializer.S | 180 .section .init_array.100,"aw",@init_array 183 .section .init_array.200,"aw",@init_array 186 .section .init_array,"aw",@init_array
|
/llvm-project/llvm/test/CodeGen/ARM/ |
H A D | ctor_order.ll | 18 ; GNUEABI: .section .init_array.151,"aw",%init_array 20 ; GNUEABI: .section .init_array.152,"aw",%init_array
|
/llvm-project/polly/docs/experiments/matmul/ |
H A D | matmul.polly.interchanged.s | 4 .p2align 3 # -- Begin function init_array 8 .globl init_array symbol 10 .type init_array,@function 11 init_array: # @init_array label 69 .size init_array, .Lfunc_end0-init_array 172 callq init_array
|
H A D | matmul.normalopt.s | 4 .p2align 3 # -- Begin function init_array 8 .globl init_array symbol 10 .type init_array,@function 11 init_array: # @init_array label 69 .size init_array, .Lfunc_end0-init_array 168 callq init_array
|
/llvm-project/llvm/test/MC/AsmParser/ |
H A D | section_names.s | 14 # CHECK-NEXT: .init_array INIT_ARRAY {{.*}} WA 0 0 1 15 # CHECK-NEXT: .init_array.42 INIT_ARRAY {{.*}} WA 0 0 1 46 .section .init_array 47 .section .init_array.42
|
/llvm-project/llvm/test/CodeGen/SPARC/ |
H A D | constructor.ll | 24 ; INIT-ARRAY: .section .init_array.15,"awG",@init_array,v,comdat{{$}} 27 ; INIT-ARRAY-NEXT: .section .init_array,"aw"
|
/llvm-project/llvm/test/CodeGen/Hexagon/ |
H A D | ctor.ll | 11 ;CTOR-NOT: section .init_array 13 ;INITARRAY: section .init_array
|
/llvm-project/polly/docs/ |
H A D | HowToManuallyUseTheIndividualPiecesOfPolly.rst | 44 'init_array' the other in 'main'. 52 :: isl ast :: init_array :: %for.cond1.preheader---%for.end19 93 - view-scops-only : main-scopsonly_, init_array-scopsonly_, print_array-scopsonly_ 96 .. _init_array: http://polly.llvm.org/experiments/matmul/scops.init_array.dot.png target in 4. **Highlight the detected SCoPs in the CFGs of the program (requires graphviz/dotty)** 99 .. _init_array-scopsonly: http://polly.llvm.org/experiments/matmul/scopsonly.init_array.dot.png 111 …dral description of Scops' for region: 'for.cond1.preheader => for.end19' in function 'init_array': 112 Function: init_array 201 …y - Calculate dependences' for region: 'for.cond1.preheader => for.end19' in function 'init_array': 233 …[...]Writing JScop '%for.cond1.preheader---%for.end19' in function 'init_array' to './init_array__… 394 …Reading JScop '%for.cond1.preheader---%for.end19' in function 'init_array' from './init_array___%f… [all …]
|