Home
last modified time | relevance | path

Searched refs:ro (Results 1 – 25 of 79) sorted by relevance

1234

/llvm-project-15.0.7/lld/test/ELF/linkerscript/
H A Dsection-address-align.test5 # 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 Dsection-align2.test4 # 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 Dlinkorder-linked-to.s12 # 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 Dlma-align.test2 # 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 Dextend-pt-load1.test16 .data.rel.ro : { *(.data.rel.ro) }
20 # CHECK-NEXT: .data.rel.ro PROGBITS 0000000000001000 001000 000001 00 WA
H A Dorphan-live-only.s25 # CHECK-NEXT: .ro
30 # CHECK-NEXT: .ro .orphan1
35 .section .ro,"a"
H A Dextend-pt-load2.test16 .data.rel.ro : { *(.data.rel.ro) }
21 # CHECK-NEXT: .data.rel.ro PROGBITS 0000000000001000 001000 000001 00 WA
H A Dextend-pt-load3.test17 .data.rel.ro : { *(.data.rel.ro) }
21 # CHECK-NEXT: .data.rel.ro PROGBITS 0000000000001000 001000 000001 00 WA
H A Dcopy-rel-symbol-value.s15 # CHECK-NEXT: Section: .bss.rel.ro
23 # CHECK-NEXT: Section: .bss.rel.ro
H A Dorphan-phdrs2.test38 ro PT_LOAD;
43 .rodata : { *(.rodata) } : ro
/llvm-project-15.0.7/lld/test/ELF/
H A Dicf-relro.s5 # 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 Drelocatable-discard-locals.s7 # 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 Dsection-name.s30 .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 Drelocatable-comdat.s7 # 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 Dstrtab-nodedup.s10 # 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 Dlinkorder-mixed2.s9 # RUN: ld.lld -r %t.o -o %t.ro
10 # RUN: llvm-readelf -x foo %t.ro | FileCheck %s
H A Dcopy-rel-abs.s19 # CHECK: .bss.rel.ro {{.*}} foo
21 # CHECK: .bss.rel.ro {{.*}} bar
H A Deh-frame-type.test14 # RUN: ld.lld -r %t1.o %t2.o -o %tboth.ro
15 # RUN: llvm-readobj -S %tboth.ro | FileCheck %s
H A Dgc-sections-retain.s8 # 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 D2010-08-10-DbgConstant.c4 static const unsigned int ro = 201; variable
6 void foo(void) { bar(ro); } in foo()
H A Ddbg-const-int128.c6 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 Dgetmodrefinfo-cs-cs.ll4 ; 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 Dp2.cpp18 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 Delf_directive_section.s6 .data.rel.ro
7 # CHECK: .data.rel.ro
/llvm-project-15.0.7/lldb/tools/lldb-fuzzer/lldb-commandinterpreter-fuzzer/
H A Dlldb-commandinterpreter-fuzzer.cpp34 SBCommandReturnObject ro = SBCommandReturnObject(); in LLVMFuzzerTestOneInput() local
39 ci.HandleCommand(str.c_str(), ro, false); in LLVMFuzzerTestOneInput()

1234