| /llvm-project-15.0.7/lld/test/ELF/linkerscript/ |
| H A D | section-address-align.test | 5 # RUN: .data.rel.ro; .balign 8; .byte 0; \ 12 # WARN: warning: address (0x10004) of section .data.rel.ro is not a multiple of alignment (8) 18 # CHECK-NEXT: .data.rel.ro PROGBITS 0000000000010004 001004 000005 00 WA 0 0 8 24 ## The output .data.rel.ro starts at 0x10004. 25 ## The input .data.rel.ro starts at 0x10008 and ends at 0x10009. 26 ## sh_size(.data.rel.ro) = 0x10009-0x10004 = 0x5. 27 .data.rel.ro ALIGN(4) : { *(.data.rel.ro) }
|
| H A D | section-align2.test | 4 # RUN: echo '.globl _start; _start: ret; .data.rel.ro; .balign 8; .byte 0; .data; .byte 0; \ 15 # WARN: warning: address (0x10004) of section .data.rel.ro is not a multiple of alignment (16) 22 # CHECK-NEXT: .data.rel.ro PROGBITS 0000000000010004 010004 000005 00 WA 0 0 16 31 .data.rel.ro . : ALIGN(16) { *(.data.rel.ro) }
|
| H A D | linkorder-linked-to.s | 12 # RUN: ld.lld %t.o -o %t.ro -r 13 # RUN: llvm-readelf -S %t.ro | FileCheck --check-prefix=REL %s 34 # RUN: ld.lld -T %t1.lds %t.o -o %t1.ro -r 35 # RUN: llvm-readelf -S -x foo %t1.ro | FileCheck --check-prefix=REL1 %s 46 # RUN: ld.lld -T %t2.lds %t.o -o %t2.ro -r 47 # RUN: llvm-readelf -S %t2.ro | FileCheck --check-prefixes=REL2 %s
|
| H A D | lma-align.test | 2 # RUN: echo '.globl _start; _start: ret; .data.rel.ro; .balign 16; .byte 0; \ 14 # CHECK-NEXT: .data.rel.ro PROGBITS 0000000000011000 002000 000001 00 WA 0 0 16 31 .data.rel.ro 0x11000 : { *(.data.rel.ro) } >RAM AT>ROM
|
| H A D | extend-pt-load1.test | 16 .data.rel.ro : { *(.data.rel.ro) } 20 # CHECK-NEXT: .data.rel.ro PROGBITS 0000000000001000 001000 000001 00 WA
|
| H A D | orphan-live-only.s | 25 # CHECK-NEXT: .ro 30 # CHECK-NEXT: .ro .orphan1 35 .section .ro,"a"
|
| H A D | extend-pt-load2.test | 16 .data.rel.ro : { *(.data.rel.ro) } 21 # CHECK-NEXT: .data.rel.ro PROGBITS 0000000000001000 001000 000001 00 WA
|
| H A D | extend-pt-load3.test | 17 .data.rel.ro : { *(.data.rel.ro) } 21 # CHECK-NEXT: .data.rel.ro PROGBITS 0000000000001000 001000 000001 00 WA
|
| H A D | copy-rel-symbol-value.s | 15 # CHECK-NEXT: Section: .bss.rel.ro 23 # CHECK-NEXT: Section: .bss.rel.ro
|
| H A D | orphan-phdrs2.test | 38 ro PT_LOAD; 43 .rodata : { *(.rodata) } : ro
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | icf-relro.s | 5 # CHECK: selected section {{.*}}:(.data.rel.ro) 6 # CHECK: removing identical section {{.*}}:(.data.rel.ro.foo) 8 .section .data.rel.ro,"aw" 11 .section .data.rel.ro.foo,"aw"
|
| H A D | relocatable-discard-locals.s | 7 # RUN: ld.lld -r --discard-locals %t.o -o %tlocal.ro 8 # RUN: llvm-readelf -s %tlocal.ro | FileCheck --check-prefix=DISCARD-LOCALS %s 9 # RUN: llvm-readobj -r %tlocal.ro | FileCheck --check-prefix=REL %s 11 # RUN: ld.lld -r --discard-all %t.o -o %tall.ro 12 # RUN: llvm-readelf -s %tall.ro | FileCheck --check-prefix=DISCARD-ALL %s 13 # RUN: llvm-readobj -r %tall.ro | FileCheck --check-prefix=REL %s
|
| H A D | section-name.s | 30 .section .data.rel.ro,"aw",%progbits 32 .section .data.rel.ro.a,"aw",%progbits 34 .section .data.rel.ro.local,"aw",%progbits 36 .section .data.rel.ro.local.a,"aw",%progbits
|
| H A D | relocatable-comdat.s | 7 # RUN: ld.lld -r %t.o %t.o -o %t.ro 8 # RUN: llvm-readelf -g -S %t.ro | FileCheck %s 34 # RUN: ld.lld -r -T %t2.lds %t.o %t.o -o %t2.ro 35 # RUN: llvm-readelf -g -S %t2.ro | FileCheck %s --check-prefix=SCRIPT2
|
| H A D | strtab-nodedup.s | 10 # RUN: ld.lld -r -O2 %t/a.o %t/b.o -o %t/a.ro 11 # RUN: llvm-readelf -p .strtab %t/a.ro | FileCheck %s --check-prefix=NODEDUP 18 # RUN: llvm-readelf -s %t/a.ro | FileCheck %s --check-prefix=SYMTAB
|
| H A D | linkorder-mixed2.s | 9 # RUN: ld.lld -r %t.o -o %t.ro 10 # RUN: llvm-readelf -x foo %t.ro | FileCheck %s
|
| H A D | copy-rel-abs.s | 19 # CHECK: .bss.rel.ro {{.*}} foo 21 # CHECK: .bss.rel.ro {{.*}} bar
|
| H A D | eh-frame-type.test | 14 # RUN: ld.lld -r %t1.o %t2.o -o %tboth.ro 15 # RUN: llvm-readobj -S %tboth.ro | FileCheck %s
|
| H A D | gc-sections-retain.s | 8 # RUN: ld.lld -r -e _start --gc-sections --print-gc-sections %t.o -o %t.ro | count 0 9 # RUN: llvm-readobj -hS %t.ro | FileCheck %s
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | 2010-08-10-DbgConstant.c | 4 static const unsigned int ro = 201; variable 6 void foo(void) { bar(ro); } in foo()
|
| H A D | dbg-const-int128.c | 6 static const __uint128_t ro = 18446744073709551615; variable 9 void foo(void) { bar(ro); } in foo()
|
| /llvm-project-15.0.7/llvm/test/Analysis/BasicAA/ |
| H A D | getmodrefinfo-cs-cs.ll | 4 ; CHECK: Just Ref: call void @ro() <-> call void @f0() 7 declare void @ro() readonly 11 call void @ro()
|
| /llvm-project-15.0.7/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/ |
| H A D | p2.cpp | 18 register int ro; // expected-error {{illegal storage class on file-scoped variable}} variable 35 register int ro; // expected-error {{storage class specified for a member declaration}} member
|
| /llvm-project-15.0.7/llvm/test/MC/ELF/ |
| H A D | elf_directive_section.s | 6 .data.rel.ro 7 # CHECK: .data.rel.ro
|
| /llvm-project-15.0.7/lldb/tools/lldb-fuzzer/lldb-commandinterpreter-fuzzer/ |
| H A D | lldb-commandinterpreter-fuzzer.cpp | 34 SBCommandReturnObject ro = SBCommandReturnObject(); in LLVMFuzzerTestOneInput() local 39 ci.HandleCommand(str.c_str(), ro, false); in LLVMFuzzerTestOneInput()
|