| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | aarch64-relative.s | 7 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 D | emit-relocs-mergeable2.s | 10 # CHECK: R_X86_64_32S .Lfoo 0x8 14 movq .Lfoo+8, %rax 16 .Lfoo: label
|
| H A D | gc-sections-non-alloc-to-merge.s | 11 .quad .Lfoo 15 .Lfoo: label
|
| H A D | ppc64-rel-calls.s | 17 .Lfoo: label 30 bl .Lfoo
|
| H A D | debug-dead-reloc-relocatable.s | 27 .Lfoo: label 33 .quad .Lfoo
|
| /llvm-project-15.0.7/libcxx/test/std/strings/basic.string.literals/ |
| H A D | literal.pass.cpp | 36 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 D | reloc-specifiers.mir | 14 ; 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 D | merge.s | 7 movsd .Lfoo(%rip), %xmm1 8 movl $.Lfoo, %edi 9 movl $.Lfoo+2, %edi 13 movsd .Lfoo+4(%rip), %xmm1 16 .Lfoo: label
|
| H A D | leb128.s | 3 .sleb128 .Lfoo - .Lbar 4 .Lfoo: label 5 .uleb128 .Lbar - .Lfoo
|
| H A D | abs.s | 5 .Lfoo: label 7 zed = .Lfoo - .Lbar
|
| H A D | relocation-386.s | 82 leal .Lfoo@GOTOFF(%ebx), %eax 135 .Lfoo: label
|
| H A D | undef-temp.s | 4 .long .Lfoo
|
| H A D | bad-relocation.s | 7 leal .Lfoo@BADRELOC(%ebx), %eax
|
| /llvm-project-15.0.7/libcxx/test/std/strings/string.view/string_view.literals/ |
| H A D | literal.pass.cpp | 38 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() 63 … Lfoo = 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 D | c4_newval.s | 3 .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 D | secrel32.s | 5 Lfoo: label 6 .secrel32 Lfoo
|
| H A D | secidx.s | 5 Lfoo: label 6 .secidx Lfoo
|
| /llvm-project-15.0.7/lld/test/ELF/linkerscript/ |
| H A D | emit-relocs-discard.s | 11 .Lfoo: label 14 .long .Lfoo
|
| /llvm-project-15.0.7/llvm/test/CodeGen/XCore/ |
| H A D | private.ll | 6 ; CHECK: .Lfoo: 14 ; CHECK: bl .Lfoo
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | private.ll | 4 ; CHECK: .Lfoo: 6 ; CHECK: bl .Lfoo
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | private.ll | 8 ; CHECK: .Lfoo: 17 ; CHECK: callq .Lfoo
|
| H A D | catchret-empty-fallthrough.ll | 47 ; CHECK-NEXT: .set .Lfoo$parent_frame_offset, 32
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | private.ll | 5 ; CHECK: .Lfoo: 11 ; CHECK: bl{{.*}}.Lfoo
|
| /llvm-project-15.0.7/llvm/test/MC/MachO/ARM/ |
| H A D | relax-thumb2-branches.s | 3 ble Lfoo @ wide encoding 6 Lfoo: label
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/ |
| H A D | debug_addr_rela.s | 18 .Lfoo: label 27 .quad .Lfoo
|