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

  /external/llvm/test/MC/COFF/
secrel32.s 5 Lfoo:
6 .secrel32 Lfoo
secidx.s 5 Lfoo:
6 .secidx Lfoo
  /external/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
11 // CHECK: Name: .Lfoo
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{{[^ ]+}}
relocation-386.s 8 // CHECK-NEXT: 0x2 R_386_GOTOFF .Lfoo 0x0
92 leal .Lfoo@GOTOFF(%ebx), %eax
138 .Lfoo:
  /external/llvm/test/MC/MachO/ARM/
relax-thumb2-branches.s 3 ble Lfoo @ wide encoding
6 Lfoo:
  /external/libcxx/test/strings/basic.string.literals/
literal.pass.cpp 25 std::wstring Lfoo;
31 Lfoo = L""s; assert(Lfoo.size() == 0);
37 Lfoo = L" "s; assert(Lfoo.size() == 1);
43 Lfoo = L"ABC"s; assert(Lfoo == L"ABC"); assert(Lfoo == std::wstring ( L"ABC"));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string.literals/
literal.pass.cpp 25 std::wstring Lfoo;
31 Lfoo = L""s; assert(Lfoo.size() == 0);
37 Lfoo = L" "s; assert(Lfoo.size() == 1);
43 Lfoo = L"ABC"s; assert(Lfoo == L"ABC"); assert(Lfoo == std::wstring ( L"ABC"));

Completed in 369 milliseconds