Home
last modified time | relevance | path

Searched refs:prefix (Results 1 – 25 of 7408) sorted by relevance

12345678910>>...297

/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/X86/
H A Dsource-interleave-prefix.test1 ;; Test --prefix option.
22 ; RUN: llvm-objdump --prefix %p --source %t-missing-prefix.o 2>&1 | \
49 ; RUN: llvm-objdump --prefix %p --prefix-strip 1 --source %t-extra-path-prefix.o 2>&1 | \
59 ; RUN: llvm-objdump --prefix %p --prefix-strip 2 --source %t-extra-sep-path-prefix.o 2>&1 | \
65 ; RUN: llvm-objdump --prefix %p --prefix-strip 0 --source %t-missing-prefix.o 2>&1 | \
72 ; RUN: llvm-objdump --prefix %p/Inputs --prefix-strip 1 --source %t-missing-prefix.o 2>&1 | \
79 ; RUN: llvm-objdump --prefix %p/Inputs --prefix-strip 2 --source %t-missing-prefix.o 2>&1 | \
84 ; RUN: not llvm-objdump --prefix %p --prefix-strip '-1' --source %t-missing-prefix.o 2>&1 | \
90 ; RUN: not llvm-objdump --prefix %p --prefix-strip foo --source %t-missing-prefix.o 2>&1 | \
93 ;; Test use of --prefix= and --prefix-strip=
[all …]
/llvm-project-15.0.7/compiler-rt/lib/interception/tests/
H A Dinterception_win_test.cpp416 FunctionPrefixKind prefix = FunctionPrefixDetour; in TEST() local
431 FunctionPrefixKind prefix = FunctionPrefixHotPatch; in TEST() local
437 FunctionPrefixKind prefix = FunctionPrefixNone; in TEST() local
441 prefix = FunctionPrefixPadding; in TEST()
448 FunctionPrefixKind prefix = FunctionPrefixNone; in TEST() local
453 prefix = FunctionPrefixPadding; in TEST()
459 prefix = FunctionPrefixHotPatch; in TEST()
465 prefix = FunctionPrefixDetour; in TEST()
595 FunctionPrefixKind prefix = FunctionPrefixDetour; in TEST() local
646 FunctionPrefixKind prefix = FunctionPrefixPadding; in TEST() local
[all …]
/llvm-project-15.0.7/clang/test/Driver/
H A Damdgpu-mcpu.cl7 // RUN: %clang -### -target r600 -mcpu=r600 %s 2>&1 | FileCheck --check-prefix=R600 %s
8 // RUN: %clang -### -target r600 -mcpu=rv630 %s 2>&1 | FileCheck --check-prefix=R600 %s
9 // RUN: %clang -### -target r600 -mcpu=rv635 %s 2>&1 | FileCheck --check-prefix=R600 %s
10 // RUN: %clang -### -target r600 -mcpu=r630 %s 2>&1 | FileCheck --check-prefix=R630 %s
11 // RUN: %clang -### -target r600 -mcpu=rs780 %s 2>&1 | FileCheck --check-prefix=RS880 %s
12 // RUN: %clang -### -target r600 -mcpu=rs880 %s 2>&1 | FileCheck --check-prefix=RS880 %s
13 // RUN: %clang -### -target r600 -mcpu=rv610 %s 2>&1 | FileCheck --check-prefix=RS880 %s
14 // RUN: %clang -### -target r600 -mcpu=rv620 %s 2>&1 | FileCheck --check-prefix=RS880 %s
15 // RUN: %clang -### -target r600 -mcpu=rv670 %s 2>&1 | FileCheck --check-prefix=RV670 %s
16 // RUN: %clang -### -target r600 -mcpu=rv710 %s 2>&1 | FileCheck --check-prefix=RV710 %s
[all …]
/llvm-project-15.0.7/lldb/test/Shell/Minidump/
H A Ddump-all.test3 # RUN: FileCheck --check-prefix=CHECKDIR --check-prefix=CHECKCPU \
4 # RUN: --check-prefix=CHECKSTATUS --check-prefix=CHECKLSB \
5 # RUN: --check-prefix=CHECKCMD --check-prefix=CHECKENV \
6 # RUN: --check-prefix=CHECKAUX --check-prefix=CHECKMAP \
7 # RUN: --check-prefix=CHECKSTAT --check-prefix=CHECKUP --check-prefix=CHECKFD %s
10 # RUN: --check-prefix=CHECKSTATUS --check-prefix=CHECKLSB \
11 # RUN: --check-prefix=CHECKCMD --check-prefix=CHECKENV \
12 # RUN: --check-prefix=CHECKAUX --check-prefix=CHECKMAP \
13 # RUN: --check-prefix=CHECKSTAT --check-prefix=CHECKUP --check-prefix=CHECKFD %s
18 # RUN: --check-prefix=CHECKLSB --check-prefix=CHECKCMD --check-prefix=CHECKENV \
[all …]
H A Dfb-dump.test3 # RUN: FileCheck --check-prefix=CHECK-DIR --check-prefix=CHECK-APPDATA \
4 # RUN: --check-prefix=CHECK-BUILD --check-prefix=CHECK-VERSION \
5 # RUN: --check-prefix=CHECK-JAVA --check-prefix=CHECK-DALVIK \
6 # RUN: --check-prefix=CHECK-UNWIND --check-prefix=CHECK-ERROR \
7 # RUN: --check-prefix=CHECK-APPSTATE --check-prefix=CHECK-ABORT \
8 # RUN: --check-prefix=CHECK-THREAD --check-prefix=CHECK-LOGCAT %s
11 # RUN: --check-prefix=CHECK-BUILD --check-prefix=CHECK-VERSION \
12 # RUN: --check-prefix=CHECK-JAVA --check-prefix=CHECK-DALVIK \
13 # RUN: --check-prefix=CHECK-UNWIND --check-prefix=CHECK-ERROR \
19 # RUN: --check-prefix=CHECK-JAVA --check-prefix=CHECK-DALVIK \
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dreadcyclecounter.ll2 ; RUN: FileCheck %s --check-prefix=CHECK --check-prefix=PERFMON
4 ; RUN: FileCheck %s --check-prefix=CHECK --check-prefix=NOPERFMON
6 ; RUN: FileCheck %s --check-prefix=CHECK --check-prefix=PERFMON
8 ; RUN: FileCheck %s --check-prefix=CHECK --check-prefix=PERFMON
10 ; RUN: FileCheck %s --check-prefix=CHECK --check-prefix=PERFMON
12 ; RUN: FileCheck %s --check-prefix=CHECK --check-prefix=PERFMON
14 ; RUN: FileCheck %s --check-prefix=CHECK --check-prefix=PERFMON
16 ; RUN: FileCheck %s --check-prefix=CHECK --check-prefix=PERFMON
18 ; RUN: FileCheck %s --check-prefix=CHECK --check-prefix=PERFMON
20 ; RUN: FileCheck %s --check-prefix=CHECK --check-prefix=PERFMON
[all …]
/llvm-project-15.0.7/lld/test/MinGW/
H A Ddriver.test1 RUN: ld.lld -### foo.o -m i386pe 2>&1 | FileCheck -check-prefix=X86 %s
8 RUN: ld.lld @%t.rsp 2>&1 | FileCheck -check-prefix=X86 %s
10 RUN: ld.lld -### foo.o -m i386pep 2>&1 | FileCheck -check-prefix=X64 %s
16 RUN: ld.lld -### foo.o -m thumb2pe 2>&1 | FileCheck -check-prefix=ARM %s
22 RUN: ld.lld -### foo.o -m arm64pe 2>&1 | FileCheck -check-prefix=ARM64 %s
28 RUN: ld.lld -### foo.o -m i386pep -shared 2>&1 | FileCheck -check-prefix=SHARED %s
50 RUN: ld.lld -### foo.o -m i386pep -ebar 2>&1 | FileCheck -check-prefix=ENTRY %s
125 RUN: ld.lld -### -m i386pep foo.o 2>&1 | FileCheck -check-prefix DEBUG %s
250 RUN: ld.lld -m i386pep --version 2>&1 | FileCheck -check-prefix=VERSION %s
251 RUN: ld.lld -m i386pep -v 2>&1 | FileCheck -check-prefix=VERSION %s
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A Dattributes.ll3 ; RUN: llc -mtriple=riscv32 -mattr=+m %s -o - | FileCheck --check-prefix=RV32M %s
4 ; RUN: llc -mtriple=riscv32 -mattr=+zmmul %s -o - | FileCheck --check-prefix=RV32ZMMUL %s
6 ; RUN: llc -mtriple=riscv32 -mattr=+a %s -o - | FileCheck --check-prefix=RV32A %s
7 ; RUN: llc -mtriple=riscv32 -mattr=+f %s -o - | FileCheck --check-prefix=RV32F %s
8 ; RUN: llc -mtriple=riscv32 -mattr=+d %s -o - | FileCheck --check-prefix=RV32D %s
9 ; RUN: llc -mtriple=riscv32 -mattr=+c %s -o - | FileCheck --check-prefix=RV32C %s
12 ; RUN: llc -mtriple=riscv32 -mattr=+zfh %s -o - | FileCheck --check-prefix=RV32ZFH %s
13 ; RUN: llc -mtriple=riscv32 -mattr=+zba %s -o - | FileCheck --check-prefix=RV32ZBA %s
14 ; RUN: llc -mtriple=riscv32 -mattr=+zbb %s -o - | FileCheck --check-prefix=RV32ZBB %s
23 ; RUN: llc -mtriple=riscv32 -mattr=+v %s -o - | FileCheck --check-prefix=RV32V %s
[all …]
H A Dreserved-regs.ll1 … llc -mtriple=riscv32 -mattr=+reserve-x3 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X3
2 … llc -mtriple=riscv64 -mattr=+reserve-x3 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X3
3 … llc -mtriple=riscv32 -mattr=+reserve-x4 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X4
4 … llc -mtriple=riscv64 -mattr=+reserve-x4 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X4
5 … llc -mtriple=riscv32 -mattr=+reserve-x5 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X5
6 … llc -mtriple=riscv64 -mattr=+reserve-x5 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X5
7 … llc -mtriple=riscv32 -mattr=+reserve-x6 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X6
8 … llc -mtriple=riscv64 -mattr=+reserve-x6 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X6
9 … llc -mtriple=riscv32 -mattr=+reserve-x7 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X7
10 … llc -mtriple=riscv64 -mattr=+reserve-x7 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X7
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/
H A Dsm-version.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s --check-prefix=SM20
2 ; RUN: llc < %s -march=nvptx -mcpu=sm_21 | FileCheck %s --check-prefix=SM21
3 ; RUN: llc < %s -march=nvptx -mcpu=sm_30 | FileCheck %s --check-prefix=SM30
4 ; RUN: llc < %s -march=nvptx -mcpu=sm_32 | FileCheck %s --check-prefix=SM32
5 ; RUN: llc < %s -march=nvptx -mcpu=sm_35 | FileCheck %s --check-prefix=SM35
6 ; RUN: llc < %s -march=nvptx -mcpu=sm_37 | FileCheck %s --check-prefix=SM37
7 ; RUN: llc < %s -march=nvptx -mcpu=sm_50 | FileCheck %s --check-prefix=SM50
8 ; RUN: llc < %s -march=nvptx -mcpu=sm_52 | FileCheck %s --check-prefix=SM52
9 ; RUN: llc < %s -march=nvptx -mcpu=sm_53 | FileCheck %s --check-prefix=SM53
10 ; RUN: llc < %s -march=nvptx -mcpu=sm_60 | FileCheck %s --check-prefix=SM60
[all …]
/llvm-project-15.0.7/libcxx/test/std/re/re.alg/re.alg.search/
H A Decma.pass.cpp32 assert(!m.prefix().matched); in main()
33 assert(m.prefix().first == s); in main()
47 assert(!m.prefix().matched); in main()
48 assert(m.prefix().first == s); in main()
69 assert(m.prefix().matched); in main()
91 assert(m.prefix().matched); in main()
106 assert(!m.prefix().matched); in main()
121 assert(!m.prefix().matched); in main()
139 assert(m.prefix().matched); in main()
160 assert(!m.prefix().matched); in main()
[all …]
H A Dawk.pass.cpp32 assert(!m.prefix().matched); in main()
33 assert(m.prefix().first == s); in main()
47 assert(!m.prefix().matched); in main()
48 assert(m.prefix().first == s); in main()
69 assert(m.prefix().matched); in main()
91 assert(m.prefix().matched); in main()
106 assert(!m.prefix().matched); in main()
121 assert(!m.prefix().matched); in main()
140 assert(m.prefix().matched); in main()
161 assert(!m.prefix().matched); in main()
[all …]
H A Dextended.pass.cpp32 assert(!m.prefix().matched); in main()
33 assert(m.prefix().first == s); in main()
47 assert(!m.prefix().matched); in main()
48 assert(m.prefix().first == s); in main()
69 assert(m.prefix().matched); in main()
91 assert(m.prefix().matched); in main()
106 assert(!m.prefix().matched); in main()
121 assert(!m.prefix().matched); in main()
140 assert(m.prefix().matched); in main()
161 assert(!m.prefix().matched); in main()
[all …]
H A Dbasic.pass.cpp38 assert(!m.prefix().matched); in main()
39 assert(m.prefix().first == s); in main()
53 assert(!m.prefix().matched); in main()
54 assert(m.prefix().first == s); in main()
75 assert(m.prefix().matched); in main()
97 assert(m.prefix().matched); in main()
112 assert(!m.prefix().matched); in main()
127 assert(!m.prefix().matched); in main()
146 assert(m.prefix().matched); in main()
167 assert(!m.prefix().matched); in main()
[all …]
/llvm-project-15.0.7/llvm/test/FileCheck/
H A Dno-multi-suffixes.txt1 …leCheckOutput not FileCheck -check-prefix=DAGNOT -input-file %s %s 2>&1 | FileCheck -check-prefix=…
2 …leCheckOutput not FileCheck -check-prefix=NOTDAG -input-file %s %s 2>&1 | FileCheck -check-prefix=…
3 …leCheckOutput not FileCheck -check-prefix=NEXTNOT -input-file %s %s 2>&1 | FileCheck -check-prefix
4 …leCheckOutput not FileCheck -check-prefix=NOTNEXT -input-file %s %s 2>&1 | FileCheck -check-prefix
5 …leCheckOutput not FileCheck -check-prefix=SAMENOT -input-file %s %s 2>&1 | FileCheck -check-prefix
6 …leCheckOutput not FileCheck -check-prefix=NOTSAME -input-file %s %s 2>&1 | FileCheck -check-prefix
22 ; ERROR: error: unsupported -NOT combo on prefix
H A Dline-count.txt2 … %ProtectFileCheckOutput not FileCheck -check-prefix BAD1 -input-file %s %s 2>&1 | FileCheck -chec…
3 … %ProtectFileCheckOutput not FileCheck -check-prefix BAD2 -input-file %s %s 2>&1 | FileCheck -chec…
4 … %ProtectFileCheckOutput not FileCheck -check-prefix BAD3 -input-file %s %s 2>&1 | FileCheck -chec…
5 … %ProtectFileCheckOutput not FileCheck -check-prefix BAD4 -input-file %s %s 2>&1 | FileCheck -chec…
6 … %ProtectFileCheckOutput not FileCheck -check-prefix BAD5 -input-file %s %s 2>&1 | FileCheck -chec…
7 … %ProtectFileCheckOutput not FileCheck -check-prefix BAD6 -input-file %s %s 2>&1 | FileCheck -chec…
8 … %ProtectFileCheckOutput not FileCheck -check-prefix BAD7 -input-file %s %s 2>&1 | FileCheck -chec…
9 … %ProtectFileCheckOutput not FileCheck -check-prefix BAD8 -input-file %s %s 2>&1 | FileCheck -chec…
10 … %ProtectFileCheckOutput not FileCheck -check-prefix BAD9 -input-file %s %s 2>&1 | FileCheck -chec…
11 … %ProtectFileCheckOutput not FileCheck -check-prefix BAD10 -input-file %s %s 2>&1 | FileCheck -che…
[all …]
H A Dvalidate-check-prefix.txt1 …: %ProtectFileCheckOutput not FileCheck -check-prefix=A! -input-file %s %s 2>&1 | FileCheck -check…
2 // RUN: FileCheck -check-prefix=A1a-B_c -input-file %s %s
3 …leCheckOutput not FileCheck -check-prefix=REPEAT -check-prefix=REPEAT -input-file %s %s 2>&1 | Fil…
4 …FileCheckOutput not FileCheck -check-prefix=VALID -check-prefix=A! -input-file %s %s 2>&1 | FileCh…
5 …N: %ProtectFileCheckOutput not FileCheck -check-prefix= -input-file %s %s 2>&1 | FileCheck -check-
9 ; BAD_PREFIX: supplied check prefix must start with a letter and contain only alphanumeric characte…
11 ; DUPLICATE_PREFIX: error: supplied check prefix must be unique among check and comment prefixes: '…
13 ; EMPTY_PREFIX: error: supplied check prefix must not be the empty string
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/GlobalISel/
H A Dllvm.trap.ll2 …sion=2 -verify-machineinstrs < %S/../trap.ll | FileCheck -check-prefix=GCN -check-prefix=HSA-TRAP …
4 …andler -verify-machineinstrs < %S/../trap.ll | FileCheck -check-prefix=GCN -check-prefix=HSA-TRAP …
5 …andler -verify-machineinstrs < %S/../trap.ll | FileCheck -check-prefix=GCN -check-prefix=NO-HSA-TR…
6 …r -verify-machineinstrs < %S/../trap.ll 2>&1 | FileCheck -check-prefix=GCN -check-prefix=GCN-WARNI…
9 …trs < %S/../trap.ll | FileCheck -check-prefix=GCN -check-prefix=NO-MESA-TRAP -check-prefix=TRAP-BI…
10 …hineinstrs < %S/../trap.ll 2>&1 | FileCheck -check-prefix=GCN -check-prefix=GCN-WARNING -check-pre…
13 …rs < %S/../trap.ll | FileCheck -check-prefix=GCN -check-prefix=NO-MESA-TRAP -check-prefix=NO-TRAP-…
14 …hineinstrs < %S/../trap.ll 2>&1 | FileCheck -check-prefix=GCN -check-prefix=GCN-WARNING -check-pre…
16 …n -verify-machineinstrs < %S/../trap.ll 2>&1 | FileCheck -check-prefix=GCN -check-prefix=GCN-WARNI…
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dslow-unaligned-mem.ll3 … llc < %s -mtriple=i386-unknown-unknown -mcpu=pentium3 2>&1 | FileCheck %s --check-prefix=SLOW
4 … llc < %s -mtriple=i386-unknown-unknown -mcpu=pentium3m 2>&1 | FileCheck %s --check-prefix=SLOW
5 … llc < %s -mtriple=i386-unknown-unknown -mcpu=pentium-m 2>&1 | FileCheck %s --check-prefix=SLOW
6 … llc < %s -mtriple=i386-unknown-unknown -mcpu=pentium4 2>&1 | FileCheck %s --check-prefix=SLOW
7 … llc < %s -mtriple=i386-unknown-unknown -mcpu=pentium4m 2>&1 | FileCheck %s --check-prefix=SLOW
8 … llc < %s -mtriple=i386-unknown-unknown -mcpu=yonah 2>&1 | FileCheck %s --check-prefix=SLOW
9 … llc < %s -mtriple=i386-unknown-unknown -mcpu=prescott 2>&1 | FileCheck %s --check-prefix=SLOW
10 … llc < %s -mtriple=i386-unknown-unknown -mcpu=nocona 2>&1 | FileCheck %s --check-prefix=SLOW
11 … llc < %s -mtriple=i386-unknown-unknown -mcpu=core2 2>&1 | FileCheck %s --check-prefix=SLOW
12 … llc < %s -mtriple=i386-unknown-unknown -mcpu=penryn 2>&1 | FileCheck %s --check-prefix=SLOW
[all …]
H A Dcpus-intel.ll4 …ull -mtriple=i686-unknown-unknown -mcpu=i386 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --a…
5 …ull -mtriple=i686-unknown-unknown -mcpu=i486 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --a…
6 …ull -mtriple=i686-unknown-unknown -mcpu=i586 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --a…
7 … -mtriple=i686-unknown-unknown -mcpu=pentium 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --a…
8 …riple=i686-unknown-unknown -mcpu=pentium-mmx 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --a…
9 …ull -mtriple=i686-unknown-unknown -mcpu=i686 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --a…
10 …triple=i686-unknown-unknown -mcpu=pentiumpro 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --a…
11 …-mtriple=i686-unknown-unknown -mcpu=pentium2 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --a…
12 …-mtriple=i686-unknown-unknown -mcpu=pentium3 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --a…
15 …-mtriple=i686-unknown-unknown -mcpu=pentium4 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --a…
[all …]
/llvm-project-15.0.7/libcxx/test/std/re/re.alg/re.alg.match/
H A Decma.pass.cpp32 assert(!m.prefix().matched); in main()
33 assert(m.prefix().first == s); in main()
47 assert(!m.prefix().matched); in main()
48 assert(m.prefix().first == s); in main()
88 assert(!m.prefix().matched); in main()
103 assert(!m.prefix().matched); in main()
127 assert(!m.prefix().matched); in main()
154 assert(!m.prefix().matched); in main()
181 assert(!m.prefix().matched); in main()
196 assert(!m.prefix().matched); in main()
[all …]
/llvm-project-15.0.7/polly/test/Support/
H A Ddefaultpipelines.ll2 …oadPolly -enable-new-pm=0 -polly -O0 -S < %s | FileCheck %s --check-prefix=CHECK --check-prefix=OFF
3 …loadPolly -enable-new-pm=0 -polly -O1 -S < %s | FileCheck %s --check-prefix=CHECK --check-prefix=ON
4 …loadPolly -enable-new-pm=0 -polly -O2 -S < %s | FileCheck %s --check-prefix=CHECK --check-prefix=ON
5 …loadPolly -enable-new-pm=0 -polly -O3 -S < %s | FileCheck %s --check-prefix=CHECK --check-prefix=ON
6 …oadPolly -enable-new-pm=0 -polly -Os -S < %s | FileCheck %s --check-prefix=CHECK --check-prefix=OFF
7 …oadPolly -enable-new-pm=0 -polly -Oz -S < %s | FileCheck %s --check-prefix=CHECK --check-prefix=OFF
10 …NPMPolly -enable-new-pm=1 -polly -O0 -S < %s | FileCheck %s --check-prefix=CHECK --check-prefix=OFF
11 …dNPMPolly -enable-new-pm=1 -polly -O1 -S < %s | FileCheck %s --check-prefix=CHECK --check-prefix=ON
12 …dNPMPolly -enable-new-pm=1 -polly -O2 -S < %s | FileCheck %s --check-prefix=CHECK --check-prefix=ON
13 …dNPMPolly -enable-new-pm=1 -polly -O3 -S < %s | FileCheck %s --check-prefix=CHECK --check-prefix=ON
[all …]
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dnote-core.test5 # RUN: llvm-readelf --notes %t1.o | FileCheck %s --check-prefix=CHECK-GNU -DDESC="NT_PRSTATUS (prs…
6 # RUN: llvm-readobj --notes %t1.o | FileCheck %s --check-prefix=CHECK-LLVM -DDESC="NT_PRSTATUS (prs…
15 # RUN: llvm-readelf --notes %t3.o | FileCheck %s --check-prefix=CHECK-GNU -DDESC="NT_PRPSINFO (prp…
20 # RUN: llvm-readelf --notes %t4.o | FileCheck %s --check-prefix=CHECK-GNU -DDESC="NT_TASKSTRUCT (t…
21 # RUN: llvm-readobj --notes %t4.o | FileCheck %s --check-prefix=CHECK-LLVM -DDESC="NT_TASKSTRUCT (t…
25 # RUN: llvm-readelf --notes %t5.o | FileCheck %s --check-prefix=CHECK-GNU -DDESC="NT_AUXV (auxilia…
26 # RUN: llvm-readobj --notes %t5.o | FileCheck %s --check-prefix=CHECK-LLVM -DDESC="NT_AUXV (auxilia…
40 # RUN: llvm-readelf --notes %t8.o | FileCheck %s --check-prefix=CHECK-GNU -DDESC="NT_PSINFO (psinf…
175 …lvm-readelf --notes %t35.o | FileCheck %s --check-prefix=CHECK-GNU -DDESC="NT_S390_PREFIX (s390 p…
176 …lvm-readobj --notes %t35.o | FileCheck %s --check-prefix=CHECK-LLVM -DDESC="NT_S390_PREFIX (s390 p…
[all …]
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Dctx.h178 #define ISL_ARG_CTX_DECL(prefix,st,args) \ argument
179 st *isl_ctx_peek_ ## prefix(isl_ctx *ctx);
181 #define ISL_ARG_CTX_DEF(prefix,st,args) \ argument
194 "isl_ctx does not reference " #prefix, \
206 "isl_ctx does not reference " #prefix, \
219 "isl_ctx does not reference " #prefix, \
231 "isl_ctx does not reference " #prefix, \
243 ISL_CTX_GET_INT_DEF(prefix,st,args,field)
246 ISL_CTX_SET_INT_DEF(prefix,st,args,field)
249 ISL_CTX_GET_INT_DEF(prefix,st,args,field)
[all …]
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Dprefix-alloc-sections.test2 # RUN: llvm-objcopy --prefix-alloc-sections=.prefix %t %t2
6 ## --prefix-alloc-sections.
7 # RUN: llvm-objcopy --prefix-alloc-sections= %t2 %t3
10 ## Show that only the last prefix is applied.
11 # RUN: llvm-objcopy --prefix-alloc-sections=.bar --prefix-alloc-sections=.prefix %t %t4
24 - Name: .prefix.already_prefixed
41 # CHECK: Name: .prefix.prefix.already_prefixed
42 # CHECK: Name: .prefix.text
43 # CHECK: Name: .rel.prefix.text
44 # CHECK: Name: .rela.prefix.data
[all …]

12345678910>>...297