Home
last modified time | relevance | path

Searched refs:exclude (Results 1 – 25 of 155) sorted by relevance

1234567

/llvm-project-15.0.7/llvm/test/tools/llvm-ifs/
H A Dexclude.test1 ## Test --exclude flag
3 # RUN: llvm-ifs --input-format=IFS --output-ifs=- --exclude='exclude*' %s | FileCheck %s
5 # Check that exclude excludes from elf files too.
6 # RUN: llvm-ifs %s --output-elf - --exclude='exclude*' | llvm-ifs - --output-ifs - | FileCheck %s
8 # RUN: llvm-ifs --input-format=IFS --output-ifs=- --exclude='exclude*' \
11 # RUN: not llvm-ifs --input-format=IFS --output-ifs=- --exclude='[' %s 2>&1 | \
/llvm-project-15.0.7/llvm/include/llvm/
H A Dmodule.modulemap30 exclude header "CodeGen/LinkAllCodegenComponents.h"
128 exclude header "DebugInfo/PDB/DIA/DIAError.h"
129 exclude header "DebugInfo/PDB/DIA/DIAFrameData.h"
134 exclude header "DebugInfo/PDB/DIA/DIASession.h"
136 exclude header "DebugInfo/PDB/DIA/DIASupport.h"
137 exclude header "DebugInfo/PDB/DIA/DIATable.h"
138 exclude header "DebugInfo/PDB/DIA/DIAUtils.h"
185 exclude header "ExecutionEngine/MCJIT.h"
186 exclude header "ExecutionEngine/Interpreter.h"
205 exclude header "Frontend/OpenMP/OMPKinds.def"
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dcoff-exclude.ll4 @b = global i32 1, !exclude !0
8 @d = global i32 1, section "bbb", !exclude !0
11 @e = global i32 1, section "bbb", !exclude !0
13 @f = global i32 1, section "ccc", !exclude !0
H A Delf-exclude.ll4 @b = global i32 1, !exclude !0
8 @d = global i32 1, section "bbb", !exclude !0
11 @e = global i32 1, section "bbb", !exclude !0
13 @f = global i32 1, section "ccc", !exclude !0
/llvm-project-15.0.7/mlir/lib/Transforms/
H A DSymbolPrivatize.cpp32 exclude = excludeSymbols; in SymbolPrivatize()
36 for (const std::string &symbol : exclude) in initialize()
56 mlir::createSymbolPrivatizePass(ArrayRef<std::string> exclude) { in createSymbolPrivatizePass() argument
57 return std::make_unique<SymbolPrivatize>(exclude); in createSymbolPrivatizePass()
/llvm-project-15.0.7/clang/test/Analysis/scan-build/
H A Dexclude_directories.test10 // The purpose of this test is to ensure that the --exclude command line option
14 // First, let's make sure that without --exclude issues in both
21 RUN: %scan-build -o %t.output_dir --exclude directory1 %clang -S \
31 RUN: %scan-build -o %t.output_dir --exclude directory1 --exclude directory2 %clang -S \
/llvm-project-15.0.7/lld/test/ELF/
H A Dwarn-backrefs.s18 ## Warn unless the archive is excluded by --warn-backrefs-exclude
23 # RUN: ld.lld --warn-backrefs --warn-backrefs-exclude='*3.a' %t2.a %t1.o -o /dev/null 2>&1 | FileCh…
24 # RUN: ld.lld --fatal-warnings --warn-backrefs --warn-backrefs-exclude='*2.a(*2.o)' %t2.a %t1.o -o …
25 # RUN: ld.lld --fatal-warnings --warn-backrefs --warn-backrefs-exclude '*2.a(*2.o)' \
26 # RUN: --warn-backrefs-exclude not_exist %t2.a %t1.o -o /dev/null
27 ## Without --warn-backrefs, --warn-backrefs-exclude is ignored.
28 # RUN: ld.lld --fatal-warnings --warn-backrefs-exclude=not_exist %t2.a %t1.o -o /dev/null
40 # RUN: ld.lld --fatal-warnings --warn-backrefs --warn-backrefs-exclude='*2.a(*2.o)' -o /dev/null %t…
59 ## --warn-backrefs-exclude=%/t2.o can be used for a fetched --start-lib.
60 # RUN: ld.lld --fatal-warnings -m elf_x86_64 -u _start --warn-backrefs --warn-backrefs-exclude=%/t2…
H A Dexclude-libs-versym.s2 ## --exclude-libs can hide version symbols.
10 # RUN: ld.lld -shared %t/a.o %t/b.a --exclude-libs=b.a --version-script=%t/ver -o %t.so
/llvm-project-15.0.7/polly/
H A D.arclint5 "exclude": "(lib/External/JSON/.*)",
14 "exclude": "(www/experiments/.+|.*\\.jscop.*)",
21 "exclude": "(configure|autoconf/.*)",
/llvm-project-15.0.7/llvm/test/Transforms/MetaRenamer/
H A Dexclude-names.ll1 …r -rename-exclude-function-prefixes=my_func -rename-exclude-global-prefixes=my_global -rename-excl…
/llvm-project-15.0.7/lld/test/COFF/
H A Dexclude-all.s5 # RUN: lld-link -lldmingw -exclude-all-symbols -dll -out:%t.dll -entry:DllMainCRTStartup@12 %t.obj
22 # Test specifying -exclude-all-symbols, on an object file that contains
28 # RUN: lld-link -safeseh:no -out:%t.dll -dll %t.obj -lldmingw -exclude-all-symbols -output-def:%t.d…
/llvm-project-15.0.7/llvm/test/tools/llvm-pdbutil/
H A Dregex-filter.test6 ; RUN: llvm-pdbutil pretty -types -exclude-types="GlobalTypedef|NestedTypedef" \
11 ; RUN: llvm-pdbutil pretty -types -exclude-types="GlobalEnum|NestedEnum" \
16 ; RUN: llvm-pdbutil pretty -types -module-syms -globals -exclude-symbols="MemberVar|GlobalVar" \
18 ; RUN: llvm-pdbutil pretty -classes -exclude-types="FilterTestClass" \
20 ; RUN: llvm-pdbutil pretty -module-syms -globals -exclude-compilands="FilterTest.obj" \
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dsection-arch-flags.test59 # RUN: yaml2obj --docnum 3 %s -o %t-mips-exclude.o
60 # RUN: llvm-readobj -S %t-mips-exclude.o | FileCheck --check-prefix=MIPS-EXCLUDE-LLVM %s
61 # RUN: llvm-readelf -S %t-mips-exclude.o | FileCheck --check-prefix=MIPS-EXCLUDE-GNU %s
94 # X86_64-LLVM: Name: .with.exclude
104 # X86_64-GNU: [ 2] .with.exclude PROGBITS 0000000000000000 000040 000000 00 lE 0 0 0
116 - Name: .with.exclude
H A Dsection-flags.test104 # LLVM: Name: exclude
130 # GNU: [15] exclude PROGBITS 0000000000000000 000040 000000 00 E 0 0 0
184 - Name: exclude
/llvm-project-15.0.7/llvm/utils/lit/
H A DMANIFEST.in5 global-exclude *pyc
6 global-exclude *~
/llvm-project-15.0.7/clang/test/Frontend/
H A Dembed-object.ll6 …T_1:.+]] = private constant [0 x i8] zeroinitializer, section ".llvm.offloading", align 8, !exclude
7 …T_2:.+]] = private constant [0 x i8] zeroinitializer, section ".llvm.offloading", align 8, !exclude
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dirg.ll41 declare i8* @llvm.aarch64.irg(i8* %p, i64 %exclude)
42 declare i8* @llvm.aarch64.irg.sp(i64 %exclude)
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Drename-section-flag.test16 # RUN: llvm-objcopy --rename-section=.foo=.bar,exclude \
17 # RUN: --rename-section=.baz=.blah,exclude %t %t.exclude
18 # RUN: llvm-readobj --sections %t.exclude | FileCheck %s --check-prefixes=CHECK,PROGBITS,EXCLUDE,WR…
103 …'. Flags supported for GNU compatibility: alloc, load, noload, readonly, exclude, debug, code, dat…
H A Dset-section-flags.test16 # RUN: llvm-objcopy --set-section-flags=.foo=exclude \
17 # RUN: --set-section-flags=.baz=exclude --set-section-flags=.rela.baz=exclude %t %t.exclude
18 # RUN: llvm-readobj --sections %t.exclude | FileCheck %s --check-prefixes=CHECK,PROGBITS,EXCLUDE,WR…
133 …'. Flags supported for GNU compatibility: alloc, load, noload, readonly, exclude, debug, code, dat…
H A Dset-section-flags-preserved.test28 # RUN: llvm-objcopy --set-section-flags=.foo=exclude %t %t.exclude
29 # RUN: llvm-readobj --sections %t.exclude | FileCheck %s --check-prefixes=CHECK,WRITE,EXCLUDE
H A Drename-section-flag-preserved.test28 # RUN: llvm-objcopy --rename-section=.foo=.bar,exclude %t %t.exclude
29 # RUN: llvm-readobj --sections %t.exclude | FileCheck %s --check-prefixes=CHECK,WRITE,EXCLUDE
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/COFF/
H A Dset-section-flags.test12 # RUN: llvm-objcopy --set-section-flags=.foo=exclude %t %t.exclude
13 # RUN: llvm-readobj --sections %t.exclude | FileCheck %s --check-prefixes=CHECK,READ,WRITE,REMOVE
82 …'. Flags supported for GNU compatibility: alloc, load, noload, readonly, exclude, debug, code, dat…
/llvm-project-15.0.7/lld/test/ELF/linkerscript/
H A Dexclude-multiple.s3 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %p/Inputs/exclude-multiple1.s -o %tfile2.o
4 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %p/Inputs/exclude-multiple2.s -o %tfile3.o
/llvm-project-15.0.7/clang/test/Modules/Inputs/require-modular-includes/IncludeExcluded.framework/Modules/
H A Dmodule.modulemap3 exclude header "Excluded.h"
/llvm-project-15.0.7/clang/test/Modules/Inputs/NoUmbrella.framework/
H A Dmodule.map5 exclude header "Boom.h"

1234567