Home
last modified time | relevance | path

Searched refs:Lfoo (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project-15.0.7/lld/test/ELF/
H A Daarch64-relative.s7 adr x8, .Lfoo // R_AARCH64_ADR_PREL_LO21
8 adrp x8, .Lfoo // R_AARCH64_ADR_PREL_PG_HI21
9 strb w9, [x8, :lo12:.Lfoo] // R_AARCH64_LDST8_ABS_LO12_NC
10 ldr h17, [x19, :lo12:.Lfoo] // R_AARCH64_LDST16_ABS_LO12_NC
14 add x0, x0, :lo12:.Lfoo // R_AARCH64_ADD_ABS_LO12_NC
15 bl .Lfoo // R_AARCH64_CALL26
16 b .Lfoo // R_AARCH64_JUMP26
17 beq .Lfoo // R_AARCH64_CONDBR19
21 .Lfoo: label
24 .long .Lfoo - .
[all …]
H A Demit-relocs-mergeable2.s10 # CHECK: R_X86_64_32S .Lfoo 0x8
14 movq .Lfoo+8, %rax
16 .Lfoo: label
H A Dgc-sections-non-alloc-to-merge.s11 .quad .Lfoo
15 .Lfoo: label
H A Dppc64-rel-calls.s17 .Lfoo: label
30 bl .Lfoo
H A Ddebug-dead-reloc-relocatable.s27 .Lfoo: label
33 .quad .Lfoo
/llvm-project-15.0.7/libcxx/test/std/strings/basic.string.literals/
H A Dliteral.pass.cpp36 std::wstring Lfoo; in main() local
45 Lfoo = L""s; assert( Lfoo.size() == 0); in main()
53 Lfoo = L" "s; assert( Lfoo.size() == 1); in main()
61 Lfoo = L"ABC"s; assert( Lfoo == L"ABC"); assert( Lfoo == std::wstring ( L"ABC")); in main()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dreloc-specifiers.mir14 ; CHECK: movz x0, #:abs_g1_s:.Lfoo$frame_escape_0 // encoding: [0bAAA00000,A,0b101AAAAA,0xd2]
15 ; CHECK: fixup A - offset: 0, value: :abs_g1_s:.Lfoo$frame_escape_0, kind: fixup_aarch64_movw
16 renamable $x0 = MOVZXi target-flags(aarch64-g1, aarch64-s) <mcsymbol .Lfoo$frame_escape_0>, 16
18 … ; CHECK: movk x0, #:abs_g0_nc:.Lfoo$frame_escape_0 // encoding: [0bAAA00000,A,0b100AAAAA,0xf2]
19 ; CHECK: fixup A - offset: 0, value: :abs_g0_nc:.Lfoo$frame_escape_0, kind: fixup_aarch64_movw
20 …renamable $x0 = MOVKXi $x0, target-flags(aarch64-g0, aarch64-nc) <mcsymbol .Lfoo$frame_escape_0>, 0
/llvm-project-15.0.7/llvm/test/MC/ELF/
H A Dmerge.s7 movsd .Lfoo(%rip), %xmm1
8 movl $.Lfoo, %edi
9 movl $.Lfoo+2, %edi
13 movsd .Lfoo+4(%rip), %xmm1
16 .Lfoo: label
H A Dleb128.s3 .sleb128 .Lfoo - .Lbar
4 .Lfoo: label
5 .uleb128 .Lbar - .Lfoo
H A Dabs.s5 .Lfoo: label
7 zed = .Lfoo - .Lbar
H A Drelocation-386.s82 leal .Lfoo@GOTOFF(%ebx), %eax
135 .Lfoo: label
H A Dundef-temp.s4 .long .Lfoo
H A Dbad-relocation.s7 leal .Lfoo@BADRELOC(%ebx), %eax
/llvm-project-15.0.7/libcxx/test/std/strings/string.view/string_view.literals/
H A Dliteral.pass.cpp38 std::wstring_view Lfoo; in main() local
47 Lfoo = L""sv; assert( Lfoo.size() == 0); in main()
55 Lfoo = L" "sv; assert( Lfoo.size() == 1); in main()
63Lfoo = L"ABC"sv; assert( Lfoo == L"ABC"); assert( Lfoo == std::wstring_view ( L"ABC")); in main()
/llvm-project-15.0.7/llvm/test/MC/Hexagon/
H A Dc4_newval.s3 .Lfoo: label
5 if (!p0.new) jump:t .Lfoo }
10 if (!p0.new) jump:t .Lfoo }
16 if (!p0.new) jump:t .Lfoo }
/llvm-project-15.0.7/llvm/test/MC/COFF/
H A Dsecrel32.s5 Lfoo: label
6 .secrel32 Lfoo
H A Dsecidx.s5 Lfoo: label
6 .secidx Lfoo
/llvm-project-15.0.7/lld/test/ELF/linkerscript/
H A Demit-relocs-discard.s11 .Lfoo: label
14 .long .Lfoo
/llvm-project-15.0.7/llvm/test/CodeGen/XCore/
H A Dprivate.ll6 ; CHECK: .Lfoo:
14 ; CHECK: bl .Lfoo
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dprivate.ll4 ; CHECK: .Lfoo:
6 ; CHECK: bl .Lfoo
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dprivate.ll8 ; CHECK: .Lfoo:
17 ; CHECK: callq .Lfoo
H A Dcatchret-empty-fallthrough.ll47 ; CHECK-NEXT: .set .Lfoo$parent_frame_offset, 32
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dprivate.ll5 ; CHECK: .Lfoo:
11 ; CHECK: bl{{.*}}.Lfoo
/llvm-project-15.0.7/llvm/test/MC/MachO/ARM/
H A Drelax-thumb2-branches.s3 ble Lfoo @ wide encoding
6 Lfoo: label
/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/
H A Ddebug_addr_rela.s18 .Lfoo: label
27 .quad .Lfoo

12