Home
last modified time | relevance | path

Searched refs:abcde (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/test/Object/
H A Darchive-format.test7 RUN: printf bar. > 0123456789abcde
10 RUN: printf bar2 > foo/0123456789abcde
14 RUN: llvm-ar --format=gnu rc %t.a 0123456789abcde 0123456789abcdef foo/0123456789abcde foo/01234567…
20 CHECK-NEXT: 0123456789abcde/0 0 0 644 4 `
24 CHECK-SAME: 0123456789abcde/0 0 0 644 4 `
30 RUN: llvm-ar --format=bsd rc %t.a 0123456789abcde 0123456789abcdef
35 BSD-NEXT: 0123456789abcde{{.....}}bar.
57 THIN-NEXT: 0123456789abcde/
65 RUN: llvm-ar --format=gnu rcT bar/test.a 0123456789abcde 0123456789abcdef foo/0123456789abcde foo/0…
69 THIN-PATH-NEXT: ..{{/|\\}}0123456789abcde/
[all …]
/llvm-project-15.0.7/lld/test/ELF/
H A Dundef-spell-corrector.s15 # INSERT-NEXT: >>> did you mean: abcde
19 # INSERT-NEXT: >>> did you mean: abcde
31 # SUBST-NEXT: >>> did you mean: abcde
34 # SUBST-NEXT: >>> did you mean: abcde
42 # DELETE-NEXT: >>> did you mean: abcde
45 # DELETE-NEXT: >>> did you mean: abcde
53 # TRANSPOSE-NEXT: >>> did you mean: abcde
76 .globl _start, abcde, _Z3fooPKi
78 abcde: label
/llvm-project-15.0.7/llvm/test/tools/llvm-strings/
H A Dlength.test8 RUN: echo abcde >> %t
32 CHECK-1-NEXT: abcde
37 CHECK-2-NEXT: abcde
40 CHECK-4-NEXT: abcde
42 CHECK-5: abcde
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/COFF/
H A Dlong-section-name.test3 ## Replace the section name field of the object file with /4\0abcde emulating
19 replacement = b'/4\0abcde'
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dstrstr-1.ll10 @.str2 = private constant [6 x i8] c"abcde\00"
38 ; Check strstr("abcde", "bcd") -> "abcde" + 1.
/llvm-project-15.0.7/libcxx/test/std/strings/string.view/string.view.ops/
H A Dcopy.pass.cpp81 TEST_CONSTEXPR_CXX20 bool test_constexpr_copy(const CharT *abcde, const CharT *ghijk, const CharT *… in test_constexpr_copy() argument
85 std::basic_string_view<CharT>(abcde).copy(buf, 3, 1); in test_constexpr_copy()
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/X86/
H A Dsimplify-libcalls-memcmp.ll11 @str = private unnamed_addr constant [6 x i8] c"abcde\00", align 1
/llvm-project-15.0.7/llvm/test/tools/llvm-rc/Inputs/
H A Dtag-menu.rc53 MENUITEM "&abcde", 1
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dnote-amd-valid-v2.test64 # LLVM-NEXT: AMD HSA Metadata: abcde
130 # GNU-NEXT: abcde
/llvm-project-15.0.7/llvm/lib/Target/
H A DREADME.txt1257 int ret = snprintf (buf1, sizeof buf1, "abcde");
1260 ret += snprintf (buf4, sizeof buf4, "%s", i++ > 10 ? "abcde" : "defgh")*4096;