| /llvm-project-15.0.7/llvm/test/tools/llvm-ifs/ |
| H A D | exclude.test | 1 ## 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 D | module.modulemap | 30 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 D | coff-exclude.ll | 4 @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 D | elf-exclude.ll | 4 @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 D | SymbolPrivatize.cpp | 32 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 D | exclude_directories.test | 10 // 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 D | warn-backrefs.s | 18 ## 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 D | exclude-libs-versym.s | 2 ## --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 | .arclint | 5 "exclude": "(lib/External/JSON/.*)", 14 "exclude": "(www/experiments/.+|.*\\.jscop.*)", 21 "exclude": "(configure|autoconf/.*)",
|
| /llvm-project-15.0.7/llvm/test/Transforms/MetaRenamer/ |
| H A D | exclude-names.ll | 1 …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 D | exclude-all.s | 5 # 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 D | regex-filter.test | 6 ; 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 D | section-arch-flags.test | 59 # 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 D | section-flags.test | 104 # 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 D | MANIFEST.in | 5 global-exclude *pyc 6 global-exclude *~
|
| /llvm-project-15.0.7/clang/test/Frontend/ |
| H A D | embed-object.ll | 6 …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 D | irg.ll | 41 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 D | rename-section-flag.test | 16 # 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 D | set-section-flags.test | 16 # 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 D | set-section-flags-preserved.test | 28 # 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 D | rename-section-flag-preserved.test | 28 # 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 D | set-section-flags.test | 12 # 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 D | exclude-multiple.s | 3 # 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 D | module.modulemap | 3 exclude header "Excluded.h"
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/NoUmbrella.framework/ |
| H A D | module.map | 5 exclude header "Boom.h"
|