Searched refs:Lfoo (Results 1 - 10 of 10) sorted by relevance

/external/llvm/test/MC/COFF/
H A Dsecrel32.s5 Lfoo: label
6 .secrel32 Lfoo
H A Dsecidx.s5 Lfoo: label
6 .secidx Lfoo
/external/llvm/test/MC/ELF/
H A Dabs.s5 .Lfoo:
7 zed = .Lfoo - .Lbar
H A Dundef2.s3 // Test that this produces an undefined reference to .Lfoo
5 je .Lfoo
11 // CHECK: Name: .Lfoo
H A Dleb128.s3 .sleb128 .Lfoo - .Lbar
4 .Lfoo:
5 .uleb128 .Lbar - .Lfoo
H A Dbad-relocation.s7 leal .Lfoo@BADRELOC(%ebx), %eax
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:
25 // CHECK-NEXT: 0x{{[^ ]+}} R_X86_64_PC32 .Lfoo 0x{{[^ ]+}}
27 // CHECK-NEXT: 0x{{[^ ]+}} R_X86_64_32 .Lfoo 0x{{[^ ]+}}
H A Drelocation-386.s8 // CHECK-NEXT: 0x2 R_386_GOTOFF .Lfoo 0x0
92 leal .Lfoo@GOTOFF(%ebx), %eax
138 .Lfoo:
/external/llvm/test/MC/MachO/ARM/
H A Drelax-thumb2-branches.s3 ble Lfoo @ wide encoding
6 Lfoo: label
/external/libcxx/test/strings/basic.string.literals/
H A Dliteral.pass.cpp25 std::wstring Lfoo; local
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 1424 milliseconds