HomeSort by relevance Sort by last modified time
    Searched refs:Lfoo (Results 1 - 25 of 27) sorted by null

1 2

  /external/llvm/test/MC/ELF/
undef-temp.s 4 .long .Lfoo
abs.s 5 .Lfoo:
7 zed = .Lfoo - .Lbar
leb128.s 3 .sleb128 .Lfoo - .Lbar
4 .Lfoo:
5 .uleb128 .Lbar - .Lfoo
bad-relocation.s 7 leal .Lfoo@BADRELOC(%ebx), %eax
merge.s 7 movsd .Lfoo(%rip), %xmm1
8 movl $.Lfoo, %edi
9 movl $.Lfoo+2, %edi
13 movsd .Lfoo+4(%rip), %xmm1
16 .Lfoo:
25 // CHECK-NEXT: 0x{{[^ ]+}} R_X86_64_PC32 .Lfoo 0x{{[^ ]+}}
27 // CHECK-NEXT: 0x{{[^ ]+}} R_X86_64_32 .Lfoo 0x{{[^ ]+}}
  /external/llvm/test/MC/COFF/
secrel32.s 5 Lfoo:
6 .secrel32 Lfoo
secidx.s 5 Lfoo:
6 .secidx Lfoo
  /external/swiftshader/third_party/LLVM/test/MC/ELF/
abs.s 5 .Lfoo:
7 zed = .Lfoo - .Lbar
undef2.s 3 // Test that this produces an undefined reference to .Lfoo
5 je .Lfoo
8 // CHECK: (('st_name', 0x00000001) # '.Lfoo'
leb128.s 3 .sleb128 .Lfoo - .Lbar
4 .Lfoo:
5 .uleb128 .Lbar - .Lfoo
merge.s 10 movsd .Lfoo(%rip), %xmm1
11 movl $.Lfoo, %edi
12 movl $.Lfoo+2, %edi
18 .Lfoo:
79 // Symbol number 1 is .Lfoo
81 // CHECK-NEXT: (('st_name', 0x00000001) # '.Lfoo'
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
rel32.s 2 .Lfoo:
3 .word .Lfoo
rel64.s 2 .Lfoo:
3 .dword .Lfoo
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
loop_label2.s 4 loop .Lfoo lc0=p0;
5 loop_begin .Lfoo;
7 loop_end .Lfoo;
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
pr19031b.S 5 calll .Lfoo
6 .Lfoo:
9 addl $_GLOBAL_OFFSET_TABLE_+(.Lbar-.Lfoo), %eax
  /external/libcxx/test/std/strings/basic.string.literals/
literal.pass.cpp 27 std::wstring Lfoo;
33 Lfoo = L""s; assert(Lfoo.size() == 0);
39 Lfoo = L" "s; assert(Lfoo.size() == 1);
45 Lfoo = L"ABC"s; assert(Lfoo == L"ABC"); assert(Lfoo == std::wstring ( L"ABC"));
  /external/libcxx/test/std/strings/string.view/string_view.literals/
literal.pass.cpp 30 std::wstring_view Lfoo;
36 Lfoo = L""sv; assert(Lfoo.size() == 0);
42 Lfoo = L" "sv; assert(Lfoo.size() == 1);
48 Lfoo = L"ABC"sv; assert(Lfoo == L"ABC"); assert(Lfoo == std::wstring_view ( L"ABC"));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string.literals/
literal.pass.cpp 27 std::wstring Lfoo;
33 Lfoo = L""s; assert(Lfoo.size() == 0);
39 Lfoo = L" "s; assert(Lfoo.size() == 1);
45 Lfoo = L"ABC"s; assert(Lfoo == L"ABC"); assert(Lfoo == std::wstring ( L"ABC"));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/string.view/string_view.literals/
literal.pass.cpp 30 std::wstring_view Lfoo;
36 Lfoo = L""sv; assert(Lfoo.size() == 0);
42 Lfoo = L" "sv; assert(Lfoo.size() == 1);
48 Lfoo = L"ABC"sv; assert(Lfoo == L"ABC"); assert(Lfoo == std::wstring_view ( L"ABC"));
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
branch-misc-4.s 9 .Lfoo:
23 b .Lfoo
branch-misc-4.d 14 ([0-9a-f]+) <[^>]*> 1000ffff b \1 <\.Lfoo>
24 [ ]*[0-9a-f]+: R_MIPS_PC16 \.Lfoo
micromips@branch-misc-4.d 15 ([0-9a-f]+) <[^>]*> 9400 fffe b \1 <\.Lfoo>
25 [ ]*[0-9a-f]+: R_MICROMIPS_PC16_S1 \.Lfoo
micromips@branch-misc-4-64.d 17 [0-9a-f]+ <[^>]*> 9400 0000 b [0-9a-f]+ <\.Lfoo\+0x[0-9a-f]+>
31 [ ]*[0-9a-f]+: R_MICROMIPS_PC16_S1 \.Lfoo-0x4
mipsr6@branch-misc-4-64.d 17 [0-9a-f]+ <[^>]*> 10000000 b [0-9a-f]+ <\.Lfoo\+0x[0-9a-f]+>
31 [ ]*[0-9a-f]+: R_MIPS_PC16 \.Lfoo-0x4
  /external/llvm/test/MC/MachO/ARM/
relax-thumb2-branches.s 3 ble Lfoo @ wide encoding
6 Lfoo:

Completed in 564 milliseconds

1 2