| /llvm-project/clang-tools-extra/include-cleaner/unittests/ |
| H A D | FindHeadersTest.cpp | 40 TestInputs Inputs; member in clang::include_cleaner::__anoncb3c938f0111::FindHeadersTest 44 Inputs.MakeAction = [this] { in FindHeadersTest() 58 void buildAST() { AST = std::make_unique<TestAST>(Inputs); } in buildAST() 73 Inputs.Code = R"cpp( in TEST_F() 76 Inputs.ExtraFiles["private.h"] = guard(R"cpp( in TEST_F() 86 Inputs.Code = R"cpp( in TEST_F() 89 Inputs.ExtraFiles["exporter.h"] = guard(R"cpp( in TEST_F() 98 Inputs.ExtraFiles["exported1.h"] = guard(""); in TEST_F() 99 Inputs.ExtraFiles["exported2.h"] = guard(""); in TEST_F() 100 Inputs in TEST_F() [all...] |
| H A D | RecordTest.cpp | 68 TestInputs Inputs; in RecordASTTest() 80 Inputs.MakeAction = [this] { 85 TestAST build() { return TestAST(Inputs); } in TEST_F() 90 Inputs.Code = in TEST_F() 105 Inputs.ExtraFiles["header.h"] = "void headerFunc();"; in TEST_F() 106 Inputs.Code = R"cpp( in TEST_F() 116 Inputs.ExtraFiles["header.h"] = "#define X void x();"; in TEST_F() 117 Inputs.Code = R"cpp( in TEST_F() 127 Inputs.ExtraFiles["dispatch.h"] = R"cpp( in TEST_F() 136 Inputs in TEST_F() 64 TestInputs Inputs; global() member in clang::include_cleaner::__anonc7ca0e310111::RecordASTTest 146 TestInputs Inputs; global() member in clang::include_cleaner::__anonc7ca0e310111::RecordPPTest 301 TestInputs Inputs; global() member in clang::include_cleaner::__anonc7ca0e310111::PragmaIncludeTest [all...] |
| H A D | AnalysisTest.cpp | 56 TestInputs Inputs; in WalkUsedTest() 59 Inputs.MakeAction = [this] { in WalkUsedTest() 109 Inputs.Code = Code.code(); in TEST_F() 110 Inputs.ExtraFiles["header.h"] = guard(R"cpp( in TEST_F() 114 Inputs.ExtraFiles["private.h"] = guard(R"cpp( in TEST_F() 119 TestAST AST(Inputs); in TEST_F() 151 Inputs.Code = Code.code(); in TEST_F() 152 Inputs.ExtraFiles["header1.h"] = guard(R"cpp( in TEST_F() 155 Inputs.ExtraFiles["header2.h"] = guard(R"cpp( in TEST_F() 159 TestAST AST(Inputs); in TEST_F() 50 TestInputs Inputs; global() member in clang::include_cleaner::__anonca074cb60111::WalkUsedTest 203 TestInputs Inputs; global() member in clang::include_cleaner::__anonca074cb60111::AnalyzeTest 410 TestInputs Inputs(Main.code()); TEST() local [all...] |
| /llvm-project/clang-tools-extra/test/modularize/ |
| H A D | ProblemsInconsistent.modularize | 3 Inputs/InconsistentHeader1.h 4 Inputs/InconsistentHeader2.h 7 # CHECK-NEXT: {{.*}}{{[/\\]}}Inputs{{[/\\]}}InconsistentSubHeader.h:4:9 8 # CHECK-NEXT: {{.*}}{{[/\\]}}Inputs{{[/\\]}}InconsistentSubHeader.h:8:9 10 # CHECK-NEXT: {{.*}}{{[/\\]}}Inputs{{[/\\]}}InconsistentSubHeader.h:3:9 11 # CHECK-NEXT: {{.*}}{{[/\\]}}Inputs{{[/\\]}}InconsistentSubHeader.h:7:9 12 # CHECK-NEXT: {{.*}}{{[/\\]}}Inputs{{[/\\]}}InconsistentSubHeader.h:15:11: 17 # CHECK-NEXT: {{.*}}{{[/\\]}}Inputs{{[/\\]}}InconsistentHeader1.h 18 # CHECK-NEXT: {{.*}}{{[/\\]}}Inputs{{[/\\]}}InconsistentSubHeader.h 19 # CHECK-NEXT: {{.*}}{{[/\\]}}Inputs{{[/\\]}}InconsistentSubHeader.h:4:9: [all …]
|
| /llvm-project/llvm/test/tools/llvm-symbolizer/ |
| H A D | sym.test | 20 RUN: llvm-symbolizer --print-address --obj=%p/Inputs/addr.exe < %p/Inputs/addr.inp | FileCheck %s 21 RUN: llvm-symbolizer --addresses --obj=%p/Inputs/addr.exe < %p/Inputs/addr.inp | FileCheck %s 22 RUN: llvm-symbolizer -a --obj=%p/Inputs/addr.exe < %p/Inputs/addr.inp | FileCheck %s 37 RUN: llvm-symbolizer --inlining --print-address --pretty-print --obj=%p/Inputs/addr.exe < %p/Inputs… 38 RUN: llvm-symbolizer --inlining --print-address -p --obj=%p/Inputs/addr.exe < %p/Inputs/addr.inp | … 39 RUN: llvm-symbolizer --inlines --print-address --pretty-print --obj=%p/Inputs/addr.exe < %p/Inputs/… 40 RUN: llvm-symbolizer --inlines --print-address -p --obj=%p/Inputs/addr.exe < %p/Inputs/addr.inp | F… 41 RUN: llvm-symbolizer -i --print-address --pretty-print --obj=%p/Inputs/addr.exe < %p/Inputs/addr.in… 42 RUN: llvm-symbolizer -i --print-address -p --obj=%p/Inputs/addr.exe < %p/Inputs/addr.inp | FileChec… 46 RUN: llvm-symbolizer --inlining=true --print-address -p --obj=%p/Inputs/addr.exe < %p/Inputs/addr.i… [all …]
|
| H A D | symbol-search.test | 4 # It uses ELF shared object `Inputs/symbols.so` built for x86_64 using 5 # the instructions from `Inputs/symbols.h`. 8 RUN: llvm-addr2line --obj=%p/Inputs/symbols.so "CODE func_01" | FileCheck --check-prefix=CODE-CMD %s 9 RUN: llvm-symbolizer --obj=%p/Inputs/symbols.so "CODE func_01" | FileCheck --check-prefix=CODE-CMD … 13 RUN: llvm-addr2line -e %p/Inputs/symbols.so func_01 | FileCheck --check-prefix=SYMB %s 14 RUN: llvm-symbolizer -e %p/Inputs/symbols.so func_01 | FileCheck --check-prefix=SYMB %s 18 RUN: llvm-addr2line -e %p/Inputs/symbols.so "func_01 ignored text" | FileCheck --check-prefix=SYMB … 19 RUN: llvm-symbolizer -e %p/Inputs/symbols.so "func_01 ignored text" | FileCheck --check-prefix=SYMB… 22 RUN: llvm-addr2line -e %p/Inputs/symbols.so static_func | FileCheck --check-prefix=SYMB-MULTI %s 27 RUN: llvm-addr2line --obj=%p/Inputs/symbols.so func_666 | FileCheck --check-prefix=NONEXISTENT %s [all …]
|
| H A D | input-base.test | 2 RUN: llvm-symbolizer -e %p/Inputs/addr.exe -a 0x1234 | FileCheck %s 3 RUN: llvm-symbolizer -e %p/Inputs/addr.exe -a 0X1234 | FileCheck %s 4 RUN: llvm-symbolizer -e %p/Inputs/addr.exe -a 4660 | FileCheck %s 5 RUN: llvm-symbolizer -e %p/Inputs/addr.exe -a 011064 | FileCheck %s 6 RUN: llvm-symbolizer -e %p/Inputs/addr.exe -a 0b1001000110100 | FileCheck %s 7 RUN: llvm-symbolizer -e %p/Inputs/addr.exe -a 0B1001000110100 | FileCheck %s 8 RUN: llvm-symbolizer -e %p/Inputs/addr.exe -a 0o11064 | FileCheck %s 11 RUN: llvm-symbolizer -e %p/Inputs/addr.exe -a 0O1234 | FileCheck %s --check-prefix=INVALID 14 RUN: llvm-addr2line -e %p/Inputs/addr.exe -a 0x1234 | FileCheck %s 15 RUN: llvm-addr2line -e %p/Inputs/addr.exe -a 0X1234 | FileCheck %s [all …]
|
| /llvm-project/llvm/test/tools/llvm-cov/ |
| H A D | multithreaded-report.test | 4 RUN: -path-equivalence=/tmp,%S/Inputs \ 5 RUN: -instr-profile %S/Inputs/multithreaded_report/main.profdata \ 6 RUN: %S/Inputs/multithreaded_report/main.covmapping > %t.1.report 9 RUN: -path-equivalence=/tmp,%S/Inputs \ 10 RUN: -instr-profile %S/Inputs/multithreaded_report/main.profdata \ 11 RUN: %S/Inputs/multithreaded_report/main.covmapping > %t.2.report 17 RUN: -path-equivalence=/tmp,%S/Inputs \ 18 RUN: -instr-profile %S/Inputs/multithreaded_report/main.profdata \ 19 RUN: %S/Inputs/multithreaded_report/main.covmapping > %t.1.json 22 RUN: -path-equivalence=/tmp,%S/Inputs \ [all …]
|
| H A D | mcdc-general-18.test | 4 …cov show --show-mcdc %S/Inputs/mcdc-general-18.o -instr-profile %S/Inputs/mcdc-general-18.profdata… 5 …summary %S/Inputs/mcdc-general-18.o -instr-profile %S/Inputs/mcdc-general-18.profdata -show-functi… 8 …/ RUN: llvm-cov show %S/Inputs/mcdc-general-18.o -instr-profile %S/Inputs/mcdc-general-18.profdata… 11 … report %S/Inputs/mcdc-general-18.o -instr-profile %S/Inputs/mcdc-general-18.profdata -show-functi… 14 …ow-mcdc-summary %S/Inputs/mcdc-general-18.o -instr-profile %S/Inputs/mcdc-general-18.profdata -pat… 18 …-summary --show-mcdc %S/Inputs/mcdc-general-18.o -instr-profile %S/Inputs/mcdc-general-18.profdata…
|
| H A D | sources-specified.test | 1 RUN: llvm-cov report -instr-profile %S/Inputs/sources_specified/main.profdata \ 2 RUN: -path-equivalence=/tmp,%S/Inputs \ 3 RUN: %S/Inputs/sources_specified/main.covmapping \ 4 RUN: %S/Inputs/sources_specified/main.cc %S/Inputs/sources_specified/extra \ 7 RUN: llvm-cov show -instr-profile %S/Inputs/sources_specified/main.profdata \ 8 RUN: -path-equivalence=/tmp,%S/Inputs \ 9 RUN: %S/Inputs/sources_specified/main.covmapping \ 10 RUN: %S/Inputs/sources_specified/main.cc %S/Inputs/sources_specified/extra \ 14 RUN: llvm-cov show -instr-profile %S/Inputs/sources_specified/main.profdata \ 15 RUN: -path-equivalence=/tmp,%S/Inputs \ [all …]
|
| H A D | cov-comdat.test | 8 …Inputs/binary-formats.v1.linux64l -instr-profile %S/Inputs/elf_binary_comdat.profdata -path-equiva… 12 …Inputs/binary-formats.v2.linux64l -instr-profile %S/Inputs/elf_binary_comdat.profdata -path-equiva… 13 …Inputs/binary-formats.v2.linux32l -instr-profile %S/Inputs/elf_binary_comdat.profdata -path-equiva…
|
| /llvm-project/llvm/test/tools/llvm-profdata/ |
| H A D | multiple-inputs.test | 3 RUN: llvm-profdata merge %p/Inputs/foo3-1.proftext %p/Inputs/foo3-2.proftext -o %t 5 RUN: llvm-profdata merge %p/Inputs/foo3-2.proftext %p/Inputs/foo3-1.proftext -o %t 15 RUN: llvm-profdata merge %p/Inputs/empty.proftext %p/Inputs/foo3-1.proftext -o %t 25 RUN: llvm-profdata merge %p/Inputs/foo3-1.proftext %p/Inputs/foo3bar3-1.proftext -o %t 40 RUN: llvm-profdata merge %p/Inputs/foo3-1.proftext %p/Inputs/bar3-1.proftext -o %t 55 RUN: llvm-profdata merge %p/Inputs/foo3-1.proftext %p/Inputs/foo3-1.proftext \ 56 RUN: %p/Inputs/foo3-1.proftext %p/Inputs/foo3-1.proftext \ 59 RUN: llvm-profdata merge %p/Inputs/foo3-1.proftext %p/Inputs/foo3-1.proftext \ 60 RUN: %p/Inputs/foo3-1.proftext %p/Inputs/foo3-1.proftext \ 71 RUN: llvm-profdata merge %p/Inputs/foo3-1.proftext %p/Inputs/foo3-1.proftext \ [all …]
|
| /llvm-project/llvm/ |
| H A D | .gitattributes | 2 test/Object/Inputs/*.a* binary 3 test/tools/dsymutil/Inputs/*.o binary 4 test/tools/dsymutil/Inputs/*.a binary 5 test/tools/dsymutil/Inputs/*.i386 binary 6 test/tools/dsymutil/Inputs/*.x86_64 binary 7 test/tools/dsymutil/Inputs/*.armv7m binary 8 test/tools/dsymutil/Inputs/*.dylib binary 9 test/tools/dsymutil/Inputs/*.dSYM binary 10 test/tools/dsymutil/Inputs/*.swiftmodule binary 11 test/tools/llvm-ar/Inputs/* [all...] |
| /llvm-project/clang/test/Driver/ |
| H A D | hip-device-libs.hip | 7 // RUN: --rocm-path=%S/Inputs/rocm \ 8 // RUN: %S/Inputs/hip_multiple_inputs/b.hip \ 15 // RUN: --rocm-path=%S/Inputs/rocm \ 16 // RUN: %S/Inputs/hip_multiple_inputs/b.hip \ 24 // RUN: --rocm-path=%S/Inputs/rocm \ 25 // RUN: %S/Inputs/hip_multiple_inputs/b.hip \ 33 // RUN: --rocm-path=%S/Inputs/rocm \ 34 // RUN: %S/Inputs/hip_multiple_inputs/b.hip \ 42 // RUN: --rocm-path=%S/Inputs/rocm \ 43 // RUN: %S/Inputs/hip_multiple_input [all...] |
| /llvm-project/llvm/test/tools/dsymutil/X86/ |
| H A D | verify.test | 2 …d-path=%p/.. %p/../Inputs/basic.macho.x86_64 %p/../Inputs/basic-archive.macho.x86_64 %p/../Inputs/… 3 …d-path=%p/.. %p/../Inputs/basic.macho.x86_64 %p/../Inputs/basic-archive.macho.x86_64 %p/../Inputs/… 9 # (Invalid object generated from ../Inputs/invalid.s by modified the low PC.) 10 # RUN: not dsymutil -verify -oso-prepend-path=%p/../Inputs -y %s -o %t 2>&1 | FileCheck %s --check-… 11 # RUN: not dsymutil -verify-dwarf=output -oso-prepend-path=%p/../Inputs -y %s -o %t 2>&1 | FileChec… 12 # RUN: not dsymutil -verify -verbose -oso-prepend-path=%p/../Inputs -y %s -o %t 2>&1 | FileCheck %s… 15 # RUN: dsymutil -verify-dwarf=input -oso-prepend-path=%p/../Inputs -y %s -o %t 2>&1 | FileCheck %s … 16 # RUN: dsymutil -verify-dwarf=input -verbose -oso-prepend-path=%p/../Inputs -y %s -o %t 2>&1 | File… 17 # RUN: dsymutil -verify-dwarf=none -verbose -oso-prepend-path=%p/../Inputs -y %s -o %t 2>&1 | FileC… 18 # RUN: not dsymutil -verify-dwarf=bogus -verbose -oso-prepend-path=%p/../Inputs -y %s -o %t 2>&1 | … [all …]
|
| H A D | timestamp-mismatch.test | 1 RUN: mkdir -p %t/Inputs 2 RUN: cp %p/../Inputs/basic.macho.x86_64 %t/Inputs 3 RUN: cp %p/../Inputs/basic1.macho.x86_64.o %t/Inputs 4 RUN: cp %p/../Inputs/basic2.macho.x86_64.o %t/Inputs 5 RUN: cp %p/../Inputs/basic3.macho.x86_64.o %t/Inputs 6 RUN: dsymutil -oso-prepend-path=%t %t/Inputs/basi [all...] |
| H A D | reproducer.test | 7 RUN: mkdir -p %t/Inputs %t/tempdir 8 RUN: cp %p/../Inputs/basic.macho.x86_64 %t/Inputs 9 RUN: cp %p/../Inputs/basic1.macho.x86_64.o %t/Inputs 10 RUN: cp %p/../Inputs/basic2.macho.x86_64.o %t/Inputs 11 RUN: cp %p/../Inputs/basic3.macho.x86_64.o %t/Inputs 14 RUN: dsymutil -f -o - -oso-prepend-path=%t %t/Inputs/basic.macho.x86_64 | llvm-dwarfdump -a - | Fil… 17 RUN: env TMPDIR="" dsymutil -o -f -oso-prepend-path=%t %t/Inputs/basic.macho.x86_64 2>&1 20 RUN: env TMPDIR="%t/tempdir" dsymutil -o - -f %t/Inputs/basic.macho.x86_64 25 …repro dsymutil -gen-reproducer -f -o %t.generate -oso-prepend-path=%t %t/Inputs/basic.macho.x86_64… 29 …diags dsymutil -gen-reproducer -f -o %t.generate -oso-prepend-path=%t %t/Inputs/basic.macho.x86_64… [all …]
|
| /llvm-project/llvm/test/Bitcode/ |
| H A D | invalid.test | 2 RUN: not llvm-dis -disable-output %p/Inputs/invalid-empty.bc 2>&1 | \ 4 RUN: not llvm-dis -disable-output %p/Inputs/invalid-pr20485.bc 2>&1 | \ 6 RUN: not llvm-dis -disable-output %p/Inputs/invalid-abbrev.bc 2>&1 | \ 8 RUN: not llvm-dis -disable-output %p/Inputs/invalid-unexpected-eof.bc 2>&1 | \ 10 RUN: not llvm-dis -disable-output %p/Inputs/invalid-bad-abbrev-number.bc 2>&1 | \ 12 RUN: not llvm-dis -disable-output %p/Inputs/invalid-type-table-forward-ref.bc 2>&1 | \ 14 RUN: not llvm-dis -disable-output %p/Inputs/invalid-bitwidth.bc 2>&1 | \ 16 RUN: not llvm-dis -disable-output %p/Inputs/invalid-align.bc 2>&1 | \ 18 RUN: not llvm-dis -disable-output %p/Inputs/invalid-call-non-function-explicit-type.bc 2>&1 | \ 20 RUN: not llvm-dis -disable-output %p/Inputs/invali [all...] |
| /llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
| H A D | DumpAST.cpp | 37 bool prepare(const Selection &Inputs) override { in prepare() argument 38 for (auto *N = Inputs.ASTSelection.commonAncestor(); N && !Node; in prepare() 44 Expected<Effect> apply(const Selection &Inputs) override; 63 llvm::Expected<Tweak::Effect> DumpAST::apply(const Selection &Inputs) { in REGISTER_TWEAK() 66 Node->dump(OS, Inputs.AST->getASTContext()); in REGISTER_TWEAK() 90 bool prepare(const Selection &Inputs) override { return true; } in prepare() argument 91 Expected<Effect> apply(const Selection &Inputs) override { in apply() argument 92 return Effect::showMessage(llvm::to_string(Inputs.ASTSelection)); in apply() 109 bool prepare(const Selection &Inputs) override { return true; } in prepare() argument 110 Expected<Effect> apply(const Selection &Inputs) override { in apply() argument [all …]
|
| /llvm-project/llvm/test/Object/ |
| H A D | archive-extract.test | 8 ; RUN: llvm-ar p %p/Inputs/GNU.a very_long_bytecode_file_name.bc | \ 9 ; RUN: cmp -s %p/Inputs/very_long_bytecode_file_name.bc - 10 ; RUN: llvm-ar x %p/Inputs/GNU.a very_long_bytecode_file_name.bc 11 ; RUN: cmp -s %p/Inputs/very_long_bytecode_file_name.bc \ 15 ; RUN: llvm-ar p %p/Inputs/MacOSX.a very_long_bytecode_file_name.bc | \ 16 ; RUN: cmp -s %p/Inputs/very_long_bytecode_file_name.bc - 17 ; RUN: llvm-ar x %p/Inputs/MacOSX.a very_long_bytecode_file_name.bc 18 ; RUN: cmp -s %p/Inputs/very_long_bytecode_file_name.bc \ 22 ; RUN: llvm-ar p %p/Inputs/SVR4.a very_long_bytecode_file_name.bc | \ 23 ; RUN: cmp -s %p/Inputs/very_long_bytecode_file_name.bc - [all …]
|
| /llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerCorpus.h | 172 for (auto II : Inputs) in ~InputCorpus() 175 size_t size() const { return Inputs.size(); } in size() 178 for (auto II : Inputs) in SizeInBytes() 184 for (auto II : Inputs) in NumActiveUnits() 190 for (auto II : Inputs) in MaxInputSize() 197 return std::count_if(Inputs.begin(), Inputs.end(), [](const InputInfo *II) { in NumInputsThatTouchFocusFunction() 203 return std::count_if(Inputs.begin(), Inputs.end(), [](const InputInfo *II) { in NumInputsWithDataFlowTrace() 208 bool empty() const { return Inputs.empty(); } in empty() 209 const Unit &operator[] (size_t Idx) const { return Inputs[Idx]->U; } 217 Printf("ADD_TO_CORPUS %zd NF %zd\n", Inputs.size(), NumFeatures); in AddToCorpus() [all …]
|
| /llvm-project/llvm/test/tools/llvm-debuginfo-analyzer/WebAssembly/ |
| H A D | README.txt | 13 clang --target=wasm32 -S -g Inputs/hello-world.cpp -o Inputs/hello-world-clang.s 14 clang --target=wasm32 -S -g Inputs/pr-43860.cpp -o Inputs/pr-43860-clang.s 15 clang --target=wasm32 -S -g Inputs/pr-44884.cpp -o Inputs/pr-44884-clang.s 16 clang --target=wasm32 -S -g Inputs/pr-46466.cpp -o Inputs/pr-46466-clang.s 17 clang --target=wasm32 -S -g Inputs/test.cpp -o Inputs/test-clang.s 24 llvm-mc -arch=wasm32 -filetype=obj %p/Inputs/hello-world-clang.s -o hello-world-clang.o 25 llvm-mc -arch=wasm32 -filetype=obj %p/Inputs/pr-43860-clang.s -o pr-43860-clang.o 26 llvm-mc -arch=wasm32 -filetype=obj %p/Inputs/pr-44884-clang.s -o pr-44884-clang.o 27 llvm-mc -arch=wasm32 -filetype=obj %p/Inputs/pr-46466-clang.s -o pr-46466-clang.o 28 llvm-mc -arch=wasm32 -filetype=obj %p/Inputs/test-clang.s -o test-clang.o
|
| /llvm-project/lld/test/COFF/ |
| H A D | precomp-link.test | 1 RUN: lld-link %S/Inputs/precomp-a.obj %S/Inputs/precomp-b.obj %S/Inputs/precomp.obj /nodefaultlib /… 3 RUN: lld-link %S/Inputs/precomp-a.obj %S/Inputs/precomp-b.obj %S/Inputs/precomp.obj /nodefaultlib /… 6 RUN: lld-link %S/Inputs/precomp.obj %S/Inputs/precomp-a.obj %S/Inputs/precomp-b.obj /nodefaultlib /… 9 RUN: lld-link %S/Inputs/precomp-a.obj %S/Inputs/precomp-invalid.obj %S/Inputs/precomp.obj /nodefaul… 10 RUN: lld-link %S/Inputs/precomp-a.obj %S/Inputs/precomp-invalid.obj %S/Inputs/precomp.obj /nodefaul… 17 RUN: lld-link %S/Inputs/precomp-a.obj %S/Inputs/precomp-b.obj /nodefaultlib /entry:main /debug /pdb… 29 RUN: obj2yaml %S/Inputs/precomp.obj | grep -v 'SectionData: *04000000' > %t.precomp.yaml 34 RUN: env LLD_IN_TEST=1 lld-link %t.precomp-no-objname.obj %S/Inputs/precomp-a.obj %S/Inputs/precomp… 35 RUN: env LLD_IN_TEST=1 lld-link %t.precomp-no-objname.obj %S/Inputs/precomp-a.obj %S/Inputs/precomp… 36 RUN: env LLD_IN_TEST=1 lld-link %t.precomp-zero-sig.obj %S/Inputs/precomp-a.obj %S/Inputs/precomp-b… [all …]
|
| /llvm-project/clang/test/Modules/ |
| H A D | preprocess.m | 2 …fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs -I %S/Inputs/preprocess -include %S/Inp… 3 …dule-maps -fmodules-cache-path=%t -I %S/Inputs -I %S/Inputs/preprocess -x objective-c-header -emit… 4 …cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs -I %S/Inputs/preprocess … 6 …-module-maps -fmodules-cache-path=%t -I %S/Inputs -I %S/Inputs/preprocess -x objective-c++ -includ… 7 …ule-maps -fmodules-cache-path=%t -I %S/Inputs -I %S/Inputs/preprocess -x objective-c++-header -emi… 8 …cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs -I %S/Inputs/preprocess …
|
| /llvm-project/llvm/test/tools/sancov/ |
| H A D | ignorelist.test | 2 RUN: sancov -covered-functions %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.0.sancov | F… 3 …UN: sancov -covered-functions -ignorelist %p/Inputs/fun_ignorelist.txt %p/Inputs/test-linux_x86_64… 4 …UN: sancov -covered-functions -ignorelist %p/Inputs/src_ignorelist.txt %p/Inputs/test-linux_x86_64… 5 RUN: sancov -print-coverage-stats %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.1.sancov … 6 … sancov -print-coverage-stats -ignorelist %p/Inputs/fun_ignorelist.txt %p/Inputs/test-linux_x86_64…
|