Home
last modified time | relevance | path

Searched refs:DEBUG (Results 1 – 25 of 130) sorted by relevance

123456

/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dlegalizer-info-validation.mir17 # DEBUG-NEXT: .. the first uncovered type index: 1, OK
18 # DEBUG-NEXT: .. the first uncovered imm index: 0, OK
22 # DEBUG-NEXT: .. the first uncovered type index: 1, OK
23 # DEBUG-NEXT: .. the first uncovered imm index: 0, OK
27 # DEBUG-NEXT: .. the first uncovered type index: 1, OK
28 # DEBUG-NEXT: .. the first uncovered imm index: 0, OK
30 # DEBUG-NEXT: G_SDIV (opcode {{[0-9]+}}): 1 type index
31 # DEBUG-NEXT: .. the first uncovered type index: 1, OK
32 # DEBUG-NEXT: .. the first uncovered imm index: 0, OK
37 # DEBUG-NEXT: .. the first uncovered imm index: 0, OK
[all …]
/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfutil/ELF/X86/
H A Dcopy-itself.test17 # CHECK-NON-DEBUG-NOT: .debug_info
18 # CHECK-NON-DEBUG: .gnu_debuglink
20 # CHECK-NON-DEBUG-NOT: .debug_info
22 # CHECK-DEBUG: .debug_abbrev
23 # CHECK-DEBUG: DW_TAG_compile_unit
24 # CHECK-DEBUG: .debug_info
25 # CHECK-DEBUG: DW_TAG_compile_unit
29 # CHECK-DEBUG: DW_TAG_class_type
31 # CHECK-DEBUG: DW_TAG_base_type
35 # CHECK-DEBUG: DW_TAG_pointer_type
[all …]
H A Dseparate-debug-file.test36 # CHECK-NON-DEBUG-NOT: .debug_info
37 # CHECK-NON-DEBUG: .gnu_debuglink
39 # CHECK-NON-DEBUG-NOT: .debug_info
41 # CHECK-DEBUG: .debug_abbrev
42 # CHECK-DEBUG: DW_TAG_compile_unit
43 # CHECK-DEBUG: .debug_info
44 # CHECK-DEBUG: DW_TAG_compile_unit
48 # CHECK-DEBUG: DW_TAG_class_type
50 # CHECK-DEBUG: DW_TAG_base_type
54 # CHECK-DEBUG: DW_TAG_pointer_type
[all …]
/llvm-project-15.0.7/llvm/test/Transforms/CodeGenPrepare/X86/
H A Dselect.ll40 ; DEBUG-LABEL: @fdiv_true_sink(
41 ; DEBUG-NEXT: entry:
46 ; DEBUG: select.true.sink:
49 ; DEBUG-NEXT: br label [[SELECT_END]], !dbg
50 ; DEBUG: select.end:
53 ; DEBUG-NEXT: ret float [[SEL]]
75 ; DEBUG-LABEL: @fdiv_false_sink(
76 ; DEBUG-NEXT: entry:
81 ; DEBUG: select.false.sink:
85 ; DEBUG: select.end:
[all …]
H A Dwiden_switch.ll4 …%s -debugify -codegenprepare -S -mtriple=x86_64-unknown-unknown | FileCheck %s --check-prefix=DEBUG
66 ; DEBUG-LABEL: @widen_switch_i17(
67 ; DEBUG: zext i17 %trunc to i32, !dbg [[switch_loc:![0-9]+]]
68 ; DEBUG-NEXT: switch i32 {{.*}} [
69 ; DEBUG-NEXT: label %sw.bb0
70 ; DEBUG-NEXT: label %sw.bb1
71 ; DEBUG-NEXT: ], !dbg [[switch_loc]]
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/COFF/
H A Dpatch-debug-dir2.test6 …-readobj --coff-debug-directory %t.in.exe | FileCheck %s --check-prefixes=DEBUG-DIRS,DEBUG-DIRS-PRE
9 …eadobj --coff-debug-directory %t.out.exe | FileCheck %s --check-prefixes=DEBUG-DIRS,DEBUG-DIRS-POST
12 # DEBUG-DIRS: AddressOfRawData: 0x3038
13 # DEBUG-DIRS-PRE-NEXT: PointerToRawData: 0x638
14 # DEBUG-DIRS-POST-NEXT: PointerToRawData: 0x438
16 # DEBUG-DIRS: AddressOfRawData: 0x3051
17 # DEBUG-DIRS-PRE-NEXT: PointerToRawData: 0x651
18 # DEBUG-DIRS-POST-NEXT: PointerToRawData: 0x451
H A Donly-section.test4 …headers -t %t.out.exe | FileCheck %s --check-prefixes=SECTIONS,SECTIONS-DEBUG,SYMBOLS,SYMBOLS-DEBUG
14 SECTIONS-DEBUG-NEXT: .debug_discardable
19 SYMBOLS-DEBUG-NEXT: debug_discardable_sym
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/MachO/
H A Dstrip-debug.test18 # RUN: llvm-readobj -r %t | FileCheck %s --check-prefixes=RELOC,DEBUG
29 # DEBUG: Section __debug_info {
30 # DEBUG-NEXT: 0x0 0 0 1 X86_64_RELOC_UNSIGNED 0 _bar
31 # DEBUG-NEXT: 0x0 0 0 1 X86_64_RELOC_UNSIGNED 0 _bar
32 # DEBUG-NEXT: 0x0 0 0 1 X86_64_RELOC_UNSIGNED 0 _bar
33 # DEBUG-NEXT: 0x0 0 0 1 X86_64_RELOC_UNSIGNED 0 _bar
34 # DEBUG-NEXT: }
38 # DEBUG-NEXT: Section __debug_line {
39 # DEBUG-NEXT: 0x0 0 0 1 X86_64_RELOC_UNSIGNED 0 _bar
40 # DEBUG-NEXT: }
/llvm-project-15.0.7/lld/test/COFF/
H A Dpdb-options.test4 ; If /DEBUG is not specified, /pdb is ignored.
9 ; If /DEBUG:NONE is specified after /DEBUG, /pdb is ignored.
11 # RUN: lld-link /DEBUG /pdb:%t.pdb /DEBUG:NONE /entry:main /nodefaultlib %t1.obj %t2.obj
14 ; If /DEBUG and /pdb are specified, it uses the specified name.
15 # RUN: lld-link /DEBUG /pdb:%t.pdb /entry:main /nodefaultlib %t1.obj %t2.obj
19 ; If /DEBUG is specified but not /pdb, it uses a default name in the current
23 # RUN: lld-link /DEBUG /entry:main /nodefaultlib %t1.obj %t2.obj
H A Ddebug-reloc.s9 # RUN: llvm-readobj --coff-debug-directory %t.exe | FileCheck %s -check-prefix DEBUG
34 # DEBUG: DebugDirectory [
35 # DEBUG: DebugEntry {
36 # DEBUG: Type: CodeView (0x2)
37 # DEBUG: SizeOfData: 0x19
38 # DEBUG: AddressOfRawData: 0x301C
39 # DEBUG: PointerToRawData: 0x81C
H A Ddebug-fastlink.test4 ; If /DEBUG:FASTLINK is specified, /DEBUG:FULL is used instead
6 # RUN: lld-link /DEBUG /pdb:%t.pdb /DEBUG:FASTLINK /entry:main /nodefaultlib %t1.obj %t2.obj \
/llvm-project-15.0.7/llvm/utils/release/
H A DfindRegressions-nightly.py6 DEBUG = 0 variable
26 if DEBUG:
31 if DEBUG:
45 if DEBUG:
51 if DEBUG:
56 if DEBUG:
61 if DEBUG:
77 if DEBUG:
H A DfindRegressions-simple.py6 DEBUG = 0 variable
22 if DEBUG:
28 if DEBUG:
45 if DEBUG:
53 if DEBUG:
/llvm-project-15.0.7/bolt/runtime/
H A Dinstr.cpp160 #ifdef DEBUG
1077 DEBUG({ in computeEdgeFrequencies()
1086 DEBUG({ in computeEdgeFrequencies()
1123 DEBUG({ in computeEdgeFrequencies()
1163 DEBUG({ in computeEdgeFrequencies()
1171 DEBUG( in computeEdgeFrequencies()
1214 DEBUG(dumpEdgeFreqs()); in computeEdgeFrequencies()
1259 DEBUG(G->dump()); in writeFunctionProfile()
1371 DEBUG({ in visitCallFlowEntry()
1377 DEBUG(reportNumber( in visitCallFlowEntry()
[all …]
/llvm-project-15.0.7/llvm/utils/
H A Dcodegen-diff4 $DEBUG = 0;
10 print "opened objdump output file $filename\n" if $DEBUG;
18 print "addr=$addr bytes='$bytes' instr='$instr'\n" if $DEBUG;
30 print "opened gdb output file $filename\n" if $DEBUG;
39 print "addr=$addr bytes='$bytes' instr='$instr'\n" if $DEBUG;
49 print "addr=$addr bytes='$bytes' instr='$instr'\n" if $DEBUG;
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dconvertphitype.ll698 ; DEBUG-NEXT: entry:
702 ; DEBUG: then:
706 ; DEBUG: else:
710 ; DEBUG: end:
756 ; DEBUG: then:
760 ; DEBUG: end:
802 ; DEBUG: then:
806 ; DEBUG: else:
810 ; DEBUG: end:
856 ; DEBUG: then:
[all …]
/llvm-project-15.0.7/compiler-rt/test/profile/ContinuousSyncMode/
H A Donline-merging.c82 #define DEBUG(...) fprintf(stderr, __VA_ARGS__); macro
84 #define DEBUG(...) macro
89 DEBUG("Hello from child (pid = %d, cont-mode-enabled = %d, profile = %s).\n", in main()
107 DEBUG("Spawning child with argv = {%s, %s, NULL} and envp = {%s, NULL}\n", in main()
118 DEBUG("Spawned child %d (pid = %d).\n", I, child_pids[I]); in main()
/llvm-project-15.0.7/llvm/test/Transforms/SampleProfile/
H A Dpseudo-probe-discriminator.ll1 … < %s -passes='default<O2>' -new-pm-debug-info-for-profiling -S | FileCheck %s --check-prefix=DEBUG
15 ; DEBUG: call void @_Z3barv(), !dbg ![[CALL1:[0-9]+]]
18 ; DEBUG: call void @_Z3barv(), !dbg ![[CALL2:[0-9]+]]
24 ; DEBUG: store i32 8, ptr @a, align 4, !dbg ![[INST:[0-9]+]]
58 ; DEBUG: ![[CALL1]] = !DILocation(line: 4, column: 3, scope: ![[CALL1BLOCK:[0-9]+]])
59 ; DEBUG: ![[CALL1BLOCK]] = !DILexicalBlockFile({{.*}} discriminator: 2)
60 ; DEBUG: ![[CALL2]] = !DILocation(line: 4, column: 9, scope: ![[CALL2BLOCK:[0-9]+]])
61 ; DEBUG: ![[CALL2BLOCK]] = !DILexicalBlockFile({{.*}} discriminator: 8)
62 ; DEBUG: ![[INST]] = !DILocation(line: 4, column: 15, scope: ![[INSTBLOCK:[0-9]+]])
63 ; DEBUG: ![[INSTBLOCK]] = !DILexicalBlockFile({{.*}} discriminator: 4)
/llvm-project-15.0.7/clang/test/CodeGenOpenCL/
H A Denqueue-kernel-non-entry-block.cl4 …ed -gno-column-info -emit-llvm -o - -triple amdgcn < %s | FileCheck %s --check-prefixes=CHECK-DEBUG
19 // CHECK-DEBUG: getelementptr {{.*}} %block_sizes, {{.*}} !dbg ![[TEMPLOCATION:[0-9]+]]
30 // CHECK-DEBUG: ![[TESTFILE:[0-9]+]] = !DIFile(filename: "<stdin>"
31 // CHECK-DEBUG: ![[TESTSCOPE:[0-9]+]] = distinct !DISubprogram(name: "test", {{.*}} file: ![[TESTFI…
32 // CHECK-DEBUG: ![[IFSCOPE:[0-9]+]] = distinct !DILexicalBlock(scope: ![[TESTSCOPE]], file: ![[TEST…
33 // CHECK-DEBUG: ![[TEMPLOCATION]] = !DILocation(line: 25, scope: ![[IFSCOPE]])
H A Dblocks.cl3 …O0 -debug-info-kind=limited -triple spir-unknown-unknown | FileCheck -check-prefixes=CHECK-DEBUG %s
4 …- -O0 -debug-info-kind=limited -triple amdgcn-amd-amdhsa | FileCheck -check-prefixes=CHECK-DEBUG %s
7 …O0 -debug-info-kind=limited -triple spir-unknown-unknown | FileCheck -check-prefixes=CHECK-DEBUG %s
8 …- -O0 -debug-info-kind=limited -triple amdgcn-amd-amdhsa | FileCheck -check-prefixes=CHECK-DEBUG %s
83 // CHECK-DEBUG: !DIDerivedType(tag: DW_TAG_member, name: "__size"
84 // CHECK-DEBUG: !DIDerivedType(tag: DW_TAG_member, name: "__align"
86 // CHECK-DEBUG-NOT: !DIDerivedType(tag: DW_TAG_member, name: "__isa"
87 // CHECK-DEBUG-NOT: !DIDerivedType(tag: DW_TAG_member, name: "__flags"
88 // CHECK-DEBUG-NOT: !DIDerivedType(tag: DW_TAG_member, name: "__reserved"
89 // CHECK-DEBUG-NOT: !DIDerivedType(tag: DW_TAG_member, name: "__FuncPtr"
/llvm-project-15.0.7/bolt/test/X86/
H A Ddebug-fission-single.s48 # RUN: cat %tAddrIndexTestDwp | FileCheck %s --check-prefix=CHECK-DWP-DEBUG
50 # CHECK-DWP-DEBUG: DW_TAG_compile_unit [1] *
51 # CHECK-DWP-DEBUG: DW_AT_producer [DW_FORM_GNU_str_index] (indexed (0000000a) string = "clang ver…
52 # CHECK-DWP-DEBUG: DW_AT_language [DW_FORM_data2] (DW_LANG_C_plus_plus)
53 # CHECK-DWP-DEBUG: DW_AT_name [DW_FORM_GNU_str_index] (indexed (0000000b) string = "foo")
54 # CHECK-DWP-DEBUG: DW_AT_GNU_dwo_name [DW_FORM_GNU_str_index] (indexed (0000000c) string = "foo")
55 # CHECK-DWP-DEBUG: DW_AT_GNU_dwo_id [DW_FORM_data8] (0x06105e732fad3796)
/llvm-project-15.0.7/lldb/test/API/api/multiple-debuggers/
H A Dmulti-process-driver.cpp31 #define DEBUG 0 macro
97 #if DEBUG == 1 in do_one_debugger()
146 #if DEBUG == 1 in do_one_debugger()
185 #if DEBUG == 1 in do_one_debugger()
265 #if DEBUG == 1 in main()
274 #if DEBUG == 1 in main()
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dextload-align.ll1 …march=amdgcn -mtriple=amdgcn-- -verify-machineinstrs %s -o - 2>&1| FileCheck -check-prefix=DEBUG %s
9 ; DEBUG: {{^}}# Machine code for function extload_align:
10 ; DEBUG: (volatile load (s16) from %ir.a, addrspace 5)
11 ; DEBUG: {{^}}# End machine code for function extload_align.
/llvm-project-15.0.7/openmp/runtime/test/worksharing/for/
H A Domp_monotonic_schedule_set_get.c54 #ifdef DEBUG in main()
105 #ifdef DEBUG in main()
114 #ifdef DEBUG in main()
121 #ifdef DEBUG in main()
/llvm-project-15.0.7/llvm/test/MC/PowerPC/
H A Daix-file-symbols.s14 # CHECK-NEXT: 00000000 df *DEBUG* 00000000 1.c
15 # CHECK-NEXT: 00000000 df *DEBUG* 00000000 2.c
16 # CHECK-NEXT: 00000000 df *DEBUG* 00000000 3.c

123456