| /llvm-project-15.0.7/llvm/test/tools/dsymutil/X86/ |
| H A D | multiple-inputs.test | 4 RUN: cat %p/../Inputs/basic.macho.x86_64 > %t/basic.macho.x86_64 5 RUN: cat %p/../Inputs/basic-archive.macho.x86_64 > %t/basic-archive.macho.x86_64 6 RUN: cat %p/../Inputs/basic-lto.macho.x86_64 > %t/basic-lto.macho.x86_64 7 RUN: cat %p/../Inputs/basic-lto-dw4.macho.x86_64 > %t/basic-lto-dw4.macho.x86_64 10 …util -f -oso-prepend-path=%p/.. %t/basic.macho.x86_64 %t/basic-archive.macho.x86_64 %t/basic-lto.m… 11 RUN: llvm-dwarfdump -a %t/basic.macho.x86_64.dwarf \ 15 RUN: llvm-dwarfdump -a %t/basic-lto.macho.x86_64.dwarf | FileCheck %S/basic-lto-linking-x86.test 16 RUN: llvm-dwarfdump -a %t/basic-lto-dw4.macho.x86_64.dwarf | FileCheck %S/basic-lto-dw4-linking-x86… 19 …symutil -oso-prepend-path=%p/.. %t/basic.macho.x86_64 %t/basic-archive.macho.x86_64 %t/basic-lto.m… 24 RUN: llvm-dwarfdump -a %t.dSYM/Contents/Resources/DWARF/basic-lto.macho.x86_64 | FileCheck %S/basic… [all …]
|
| H A D | update.test | 3 RUN: cat %p/../Inputs/basic.macho.x86_64 > %t.dir/basic 4 RUN: dsymutil -accelerator=Pub -oso-prepend-path=%p/.. %t.dir/basic 5 RUN: llvm-dwarfdump -a %t.dir/basic.dSYM | FileCheck %S/basic-linking-x86.test 6 RUN: dsymutil -accelerator=Pub --update %t.dir/basic.dSYM 7 RUN: llvm-dwarfdump -a %t.dir/basic.dSYM | FileCheck %S/basic-linking-x86.test 8 RUN: dsymutil -accelerator=Pub -u %t.dir/basic.dSYM 9 RUN: llvm-dwarfdump -a %t.dir/basic.dSYM | FileCheck %S/basic-linking-x86.test 10 RUN: dsymutil -accelerator=Pub --update %t.dir/basic.dSYM -o %t.dir/updated.dSYM 11 RUN: llvm-dwarfdump -a %t.dir/updated.dSYM | FileCheck %S/basic-linking-x86.test 13 RUN: dsymutil -accelerator=Pub -f -o %t2 -oso-prepend-path=%p/.. %p/../Inputs/basic.macho.x86_64 [all …]
|
| H A D | basic-linking-bundle.test | 3 RUN: cat %p/../Inputs/basic.macho.x86_64 > %t/basic.macho.x86_64 5 RUN: dsymutil -accelerator=Pub -oso-prepend-path=%p/.. %t/basic.macho.x86_64 8 RUN: llvm-dwarfdump -a %t/basic.macho.x86_64.dSYM/Contents/Resources/DWARF/basic.macho.x86_64 | Fil… 11 RUN: not ls %t/basic.macho.x86_64.dSYM/Contents/Resources/Remarks 14 RUN: llvm-dwarfdump -a %t/basic.macho.x86_64.dSYM | FileCheck %S/basic-linking-x86.test 16 RUN: FileCheck %s --input-file %t/basic.macho.x86_64.dSYM/Contents/Info.plist 18 RUN: dsymutil -oso-prepend-path=%p/.. %t/basic.macho.x86_64 -o %t/dsymdest/basic.macho.x86_64.dSYM 19 …: llvm-dwarfdump -a %t/dsymdest/basic.macho.x86_64.dSYM/Contents/Resources/DWARF/basic.macho.x86_6… 20 RUN: FileCheck %s --input-file %t/dsymdest/basic.macho.x86_64.dSYM/Contents/Info.plist 29 CHECK-NEXT: <string>com.apple.xcode.dsym.basic.macho.x86_64</string>
|
| H A D | darwin-bundle.test | 5 RUN: cat %p/../Inputs/basic.macho.x86_64 > %t/basic.macho.x86_64 8 RUN: dsymutil -oso-prepend-path=%p/.. %t/basic.macho.x86_64 -o %t/dsymdest/basic.macho.x86_64.dSYM 9 RUN: FileCheck %s --input-file %t/dsymdest/basic.macho.x86_64.dSYM/Contents/Info.plist 11 … dsymutil -oso-prepend-path=%p/.. %t/basic.macho.x86_64 -toolchain "toolchain&and'some<symbols" -o… 12 RUN: FileCheck %s --input-file %t/dsymdest/basic.macho.x86_64.dSYM/Contents/Info.plist --check-pref…
|
| H A D | remarks-linking-bundle.test | 3 RUN: cat %p/../Inputs/remarks/basic.macho.remarks.x86_64 > %t/basic.macho.remarks.x86_64 5 RUN: dsymutil -oso-prepend-path=%p/../Inputs -remarks-prepend-path=%p/../Inputs %t/basic.macho.rema… 8 RUN: llvm-bcanalyzer -dump %t/basic.macho.remarks.x86_64.dSYM/Contents/Resources/Remarks/basic.mach… 11 …yaml -oso-prepend-path=%p/../Inputs -remarks-prepend-path=%p/../Inputs %t/basic.macho.remarks.x86_… 12 RUN: cat %t/basic.macho.remarks.x86_64.dSYM/Contents/Resources/Remarks/basic.macho.remarks.x86_64 |…
|
| H A D | remarks-linking-bundle-empty.test | 3 RUN: cat %p/../Inputs/remarks/basic.macho.remarks.empty.x86_64 > %t/basic.macho.remarks.empty.x86_64 5 RUN: dsymutil -oso-prepend-path=%p/../Inputs -remarks-prepend-path=%p/../Inputs %t/basic.macho.rema… 8 RUN: not cat %t/basic.macho.remarks.empty.x86_64.dSYM/Contents/Resources/Remarks/basic.macho.remark…
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-profdata/ |
| H A D | text-dump.test | 3 RUN: llvm-profdata show --all-functions -counts --text %p/Inputs/basic.proftext > %t-basic.proftext1 4 RUN: llvm-profdata merge -o %t-basic.proftext2 --text %p/Inputs/basic.proftext 5 RUN: llvm-profdata merge --text %p/Inputs/basic.proftext | diff %t-basic.proftext2 - 7 RUN: llvm-profdata merge -binary -o %t-basic.profdata1 %t-basic.proftext1 8 RUN: llvm-profdata merge -o %t-basic.profdata2 %t-basic.proftext2 10 RUN: llvm-profdata show --all-functions -counts %t-basic.profdata1 > %t-basic.dump3 11 RUN: llvm-profdata show --all-functions -counts %t-basic.profdata2 > %t-basic.dump4 13 RUN: llvm-profdata merge -text -o %t-basic.proftext5 %t-basic.profdata1 14 RUN: llvm-profdata merge -text -o %t-basic.proftext6 %t-basic.profdata2 16 RUN: diff %t-basic.dump3 %t-basic.dump4 [all …]
|
| H A D | memprof-merge.test | 26 mv *.profraw basic.profraw 32 source.c -o basic.memprofexe 34 env MEMPROF_OPTIONS=log_path=stdout ./basic.memprofexe > basic.memprofraw 37 RUN: llvm-profdata merge %p/Inputs/basic.profraw %p/Inputs/basic.memprofraw --profiled-binary %p/In…
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/OnDemand/ |
| H A D | source-breakpoint.test | 6 # RUN: %build %p/Inputs/basic.cpp -o basic.out 7 # RUN: %lldb -b -O "settings set symbols.load-on-demand true" -s %s basic.out | FileCheck %s 12 breakpoint set -f basic.cpp -l 1 13 # CHECK: where = {{.*}}`bar(int, int) + {{.*}} at basic.cpp:1 16 # CHECK: file = 'basic.cpp' 22 # CHECK: {{.*}}`bar(x=33, y=78) at basic.cpp:1 23 # CHECK: {{.*}}`foo(x=33, y=78) at basic.cpp:3 24 # CHECK: {{.*}}`main(argc=1, argv={{.*}}) at basic.cpp:5
|
| H A D | symbolic-breakpoint.test | 6 # RUN: %build %p/Inputs/basic.cpp -o basic.out 7 # RUN: %lldb -b -O "settings set symbols.load-on-demand true" -s %s basic.out | FileCheck %s 13 # CHECK: where = {{.*}}`bar(int, int) + {{.*}} at basic.cpp:1 16 # CHECK: where = {{.*}}`bar(int, int) + {{.*}} at basic.cpp:1 22 # CHECK: {{.*}}`bar(x=33, y=78) at basic.cpp:1 23 # CHECK: {{.*}}`foo(x=33, y=78) at basic.cpp:3 24 # CHECK: {{.*}}`main(argc=1, argv={{.*}}) at basic.cpp:5
|
| /llvm-project-15.0.7/libcxx/test/std/re/re.const/re.matchflag/ |
| H A D | match_multiline.pass.cpp | 42 using std::regex_constants::basic; in main() 54 search(pat, basic, target, true); in main() 72 search(pat, basic, target, false); in main() 90 search(pat, basic, target, false); in main() 109 search(pat, basic, target, true); in main() 127 search(pat, basic, target, false); in main() 145 search(pat, basic, target, false); in main() 165 search(pat, basic, target, true); in main() 183 search(pat, basic, target, false); in main() 201 search(pat, basic, target, false); in main() [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/opt-viewer/Inputs/basic/ |
| H A D | or.yaml | 4 DebugLoc: { File: basic/or.c, Line: 2, Column: 14 } 15 DebugLoc: { File: basic/or.h, Line: 15, Column: 10 } 26 DebugLoc: { File: basic/or.h, Line: 13, Column: 3 } 41 DebugLoc: { File: basic/or.h, Line: 13, Column: 3 } 51 DebugLoc: { File: basic/or.h, Line: 15, Column: 3 } 66 DebugLoc: { File: basic/or.h, Line: 15, Column: 3 } 76 DebugLoc: { File: basic/or.h, Line: 15, Column: 17 } 91 DebugLoc: { File: basic/or.h, Line: 15, Column: 17 } 101 DebugLoc: { File: basic/or.h, Line: 9, Column: 3 } 122 DebugLoc: { File: basic/or.c, Line: 18, Column: 3 } [all …]
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | function-starts.s | 5 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %t/basic.s -o %t/basic.o 6 # RUN: %lld -lSystem %t/basic.o -o %t/basic 7 # RUN: llvm-objdump --syms %t/basic > %t/objdump 8 # RUN: llvm-objdump --macho --function-starts %t/basic >> %t/objdump 15 # BASIC-LABEL: basic: 34 # RUN: %lld %t/basic.o -no_function_starts -o %t/basic-no-function-starts 36 # NO-FUNCTION-STARTS: basic-no-function-starts: 39 # RUN: %lld -lSystem %t/basic.o -no_function_starts -function_starts -o %t/basic-explicit 40 # RUN: llvm-objdump --syms %t/basic > %t/objdump 41 # RUN: llvm-objdump --macho --function-starts %t/basic >> %t/objdump [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-apply-replacements/Inputs/basic/ |
| H A D | file1.yaml | 4 - DiagnosticName: test-basic 7 FilePath: $(path)/basic.h 10 - FilePath: $(path)/basic.h 14 - FilePath: $(path)/basic.h 18 - FilePath: $(path)/basic.h 22 - FilePath: $(path)/../basic/basic.h
|
| H A D | file2.yaml | 4 - DiagnosticName: test-basic 7 FilePath: $(path)/basic.h 10 - FilePath: $(path)/../basic/basic.h
|
| /llvm-project-15.0.7/libcxx/test/std/re/re.alg/re.alg.match/ |
| H A D | basic.pass.cpp | 35 assert(std::regex_match(s, m, std::regex("a", std::regex_constants::basic))); in main() 126 std::regex_constants::basic))); in main() 418 std::regex_constants::basic | std::regex_constants::icase))); in main() 437 std::regex_constants::basic))); in main() 444 std::regex_constants::basic))); in main() 460 std::regex_constants::basic))); in main() 476 std::regex_constants::basic))); in main() 492 std::regex_constants::basic))); in main() 636 std::regex regex(FI(r), FI(r+sr), std::regex_constants::basic); in main() 754 std::regex_constants::basic))); in main() [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | basic-block-sections.ll | 1 ; RUN: llc < %s -mtriple=x86_64-pc-linux -function-sections -basic-block-sections=all -unique-basic… 2 ; RUN: llc < %s -mtriple=x86_64-pc-linux -basic-block-sections=all -unique-basic-block-section-name… 3 ; RUN: llc < %s -mtriple=x86_64-pc-linux -function-sections -basic-block-sections=all -unique-basic… 4 … %s -mtriple=i386-unknown-linux-gnu -function-sections -basic-block-sections=all -unique-basic-bl… 5 ; RUN: llc < %s -mtriple=i386-unknown-linux-gnu -basic-block-sections=all -unique-basic-block-sect…
|
| /llvm-project-15.0.7/libcxx/test/std/re/re.alg/re.alg.search/ |
| H A D | basic.pass.cpp | 35 assert(std::regex_search(s, m, std::regex("a", std::regex_constants::basic))); in main() 144 std::regex_constants::basic))); in main() 481 std::regex_constants::basic | std::regex_constants::icase))); in main() 500 std::regex_constants::basic))); in main() 507 std::regex_constants::basic))); in main() 523 std::regex_constants::basic))); in main() 539 std::regex_constants::basic))); in main() 555 std::regex_constants::basic))); in main() 726 std::regex regex(FI(r), FI(r+sr), std::regex_constants::basic); in main() 862 std::regex_constants::basic))); in main() [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/XCOFF/ |
| H A D | print-linenumber.test | 7 ## Compiler command: xlc basic.c -c -qdbgfmt=dwarf -g -q32 -o basic32.o 10 ## Compiler command: xlc basic.c -c -qdbgfmt=dwarf -g -q64 -o basic64.o 12 ## basic.c: 22 # LINES32-NEXT: ; /basic.c:1 24 # LINES32-NEXT: ; /basic.c:3 26 # LINES32-NEXT: ; /basic.c:4 39 # LINES64-NEXT: ; /basic.c:1 41 # LINES64-NEXT: ; /basic.c:3 43 # LINES64-NEXT: ; /basic.c:4
|
| /llvm-project-15.0.7/polly/docs/experiments/matmul/ |
| H A D | runall.sh | 10 opt -basic-aa -polly-ast -analyze matmul.preopt.ll \ 30 opt -basic-aa -polly-scops -analyze matmul.preopt.ll \ 34 opt -basic-aa -polly-dependences -analyze matmul.preopt.ll \ 38 opt -basic-aa -polly-export-jscop matmul.preopt.ll \ 42 opt -basic-aa -polly-import-jscop -polly-ast -analyze matmul.preopt.ll \ 44 opt -basic-aa -polly-import-jscop -polly-ast -analyze matmul.preopt.ll \ 46 opt -basic-aa -polly-import-jscop -polly-ast -analyze matmul.preopt.ll \ 48 opt -basic-aa -polly-import-jscop -polly-ast -analyze matmul.preopt.ll \ 56 opt -S -basic-aa -polly-import-jscop \ 60 opt -S -basic-aa -polly-import-jscop -polly-process-unprofitable\ [all …]
|
| /llvm-project-15.0.7/llvm/test/Demangle/ |
| H A D | rust.test | 90 CHECK: basic::<i8> 99 CHECK: basic::<f64> 102 CHECK: basic::<str> 105 CHECK: basic::<f32> 108 CHECK: basic::<u8> 117 CHECK: basic::<i32> 120 CHECK: basic::<u32> 129 CHECK: basic::<_> 132 CHECK: basic::<i16> 138 CHECK: basic::<()> [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/re/re.const/re.synopt/ |
| H A D | syntax_option_type.pass.cpp | 47 assert(std::regex_constants::basic != 0); in main() 58 assert((std::regex_constants::icase & std::regex_constants::basic) == 0); in main() 68 assert((std::regex_constants::nosubs & std::regex_constants::basic) == 0); in main() 77 assert((std::regex_constants::optimize & std::regex_constants::basic) == 0); in main() 85 assert((std::regex_constants::collate & std::regex_constants::basic) == 0); in main() 92 assert((std::regex_constants::ECMAScript & std::regex_constants::basic) == 0); in main() 99 assert((std::regex_constants::basic & std::regex_constants::extended) == 0); in main() 100 assert((std::regex_constants::basic & std::regex_constants::awk) == 0); in main() 101 assert((std::regex_constants::basic & std::regex_constants::grep) == 0); in main() 102 assert((std::regex_constants::basic & std::regex_constants::egrep) == 0); in main() [all …]
|
| /llvm-project-15.0.7/llvm/test/MachineVerifier/ |
| H A D | verifier-generic-extend-truncate.mir | 6 # CHECK-NEXT: - basic block: %bb.1 11 # CHECK-NEXT: - basic block: %bb.2 16 # CHECK-NEXT: - basic block: %bb.3 21 # CHECK-NEXT: - basic block: %bb.4 26 # CHECK-NEXT: - basic block: %bb.5 32 # CHECK-NEXT: - basic block: %bb.6 37 # CHECK-NEXT: - basic block: %bb.6 42 # CHECK-NEXT: - basic block: %bb.6 48 # CHECK-NEXT: - basic block: %bb.6 53 # CHECK-NEXT: - basic block: %bb.6
|
| /llvm-project-15.0.7/lldb/test/Shell/Unwind/ |
| H A D | basic-block-sections.test | 1 # Test to check if using basic block sections to reorder basic blocks at 8 # RUN: %clang_host %p/Inputs/basic-block-sections.c -o %t 11 # RUN: %clang_host %p/Inputs/basic-block-sections.c -o %t -fbasic-block-sections=all 14 # Reorder basic blocks so that main's basic blocks are discontiguous 21 # RUN: %clang_host %p/Inputs/basic-block-sections.c -o %t -fbasic-block-sections=all -fuse-ld=lld -… 31 # RUN: %clang_host %p/Inputs/basic-block-sections.c -o %t -fbasic-block-sections=all -fuse-ld=lld -…
|
| /llvm-project-15.0.7/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/ |
| H A D | basic.test | 4 # RUN: cp -f %S/Inputs/basic.ll %t.ll && %update_llc_test_checks %t.ll 6 # RUN: cat %S/Inputs/basic.ll.expected >> %t.expected.ll 11 # RUN: cp -f %S/Inputs/basic.ll %t.ll && %update_llc_test_checks --extra_scrub %t.ll 13 # RUN: cat %S/Inputs/basic.ll.expected >> %t.expected.ll 15 # RUN: cp -f %S/Inputs/basic.ll %t.ll && %update_llc_test_checks --x86_scrub_rip %t.ll 17 # RUN: cat %S/Inputs/basic.ll.expected >> %t.expected.ll 24 # RUN: cat %S/Inputs/basic.ll.expected >> %t.expected.ll
|