Home
last modified time | relevance | path

Searched refs:Debug (Results 1 – 25 of 2841) sorted by relevance

12345678910>>...114

/llvm-project/llvm/test/Object/
H A Dcoff-archive.test7 CHECKIDX: ??0invalid_argument@std@@QAE@PBD@Z in Debug\mymath.obj
8 CHECKIDX: ??0logic_error@std@@QAE@PBD@Z in Debug\mymath.obj
9 CHECKIDX: ??1invalid_argument@std@@UAE@XZ in Debug\mymath.obj
10 CHECKIDX: ??1logic_error@std@@UAE@XZ in Debug\mymath.obj
11 CHECKIDX: ??_7invalid_argument@std@@6B@ in Debug\mymath.obj
12 CHECKIDX: ??_7logic_error@std@@6B@ in Debug\mymath.obj
13 CHECKIDX: ??_C@_0BC@IHENMCGI@b?5cannot?5be?5zero?$CB?$AA@ in Debug\mymath.obj
14 CHECKIDX: ??_Ginvalid_argument@std@@UAEPAXI@Z in Debug\mymath.obj
15 CHECKIDX: ??_Glogic_error@std@@UAEPAXI@Z in Debug\mymath.obj
16 CHECKIDX: ??_R0?AVexception@std@@@8 in Debug\mymath.obj
[all …]
/llvm-project/clang/tools/clang-format-vs/
H A DClangFormat.sln
/llvm-project/polly/test/ScopInfo/
H A Duser_provided_assumptions.ll7 ; CHECK-NEXT: remark: <unknown>:0:0: Use user assumption: [M, N, Debug] -> { : Debug = 0 and 0 < M…
8 ; CHECK-NEXT: remark: <unknown>:0:0: Use user assumption: [M, N, Debug] -> { : Debug = 0 and 0 < M…
12 ; SCOP-NEXT: [N, M, Debug] -> { : Debug = 0 and N > 0 and 0 < M <= 2147483647 - N and M <= 100 }
14 ; SCOP-NEXT: [N, M, Debug] -> { : }
16 ; SCOP-NEXT: [N, M, Debug] -> { : false }
20 ; void valid(int * restrict A, int * restrict B, int N, int M, int C[100][100], int Debug) {
23 ; __builtin_assume(Debug == 0 && M <= 100 && M >= 1 && N >= 1);
32 ; if (Debug)
41 define void @valid(ptr noalias %A, ptr noalias %B, i32 %N, i32 %M, ptr %C, i32 %Debug) {
51 %cmp5 = icmp eq i32 %Debug, 0
[all …]
H A Dremarks.ll5 ; CHECK: remark: test/ScopInfo/remarks.c:9:15: Inbounds assumption: [N, M, Debug] -> { : M <= 1…
6 …/remarks.c:13:7: No-error restriction: [N, M, Debug] -> { : N > 0 and M >= 0 and (Debug < 0 or…
7 ; CHECK: remark: test/ScopInfo/remarks.c:8:5: Finite loop restriction: [N, M, Debug] -> { : N >…
8 ; CHECK: remark: test/ScopInfo/remarks.c:4:7: No-overflows restriction: [N, M, Debug] -> { : M …
19 ; void valid(int *A, int *B, int N, int M, int C[100][100], int Debug) {
28 ; if (Debug)
44 define void @valid(ptr %A, ptr %B, i32 %N, i32 %M, ptr %C, i32 %Debug) #0 !dbg !4 {
51 call void @llvm.dbg.value(metadata i32 %Debug, i64 0, metadata !34, metadata !24), !dbg !35
104 %tobool = icmp eq i32 %Debug, 0, !dbg !70
207 !21 = !{i32 2, !"Debug Info Version", i32 3}
[all …]
/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
H A Ddebug_pub_tables_error_cases.s33 .byte 1, 2, 3 # Debug Info Offset (truncated)
43 .long 0x32 # Debug Info Offset
44 .byte 1, 2, 3 # Debug Info Length (truncated)
55 .long 0x48 # Debug Info Offset
56 .long 0x64 # Debug Info Length
67 .long 0xac # Debug Info Offset
68 .long 0x36 # Debug Info Length
80 .long 0xe2 # Debug Info Offset
81 .long 0x15 # Debug Info Length
93 .long 0xf7 # Debug Info Offset
[all …]
/llvm-project/clang/examples/PrintFunctionNames/
H A DREADME.txt9 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.so -plugin print-fns some-input-fi…
10 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.so -plugin print-fns -plugin-arg-p…
11 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.so -plugin print-fns -plugin-arg-p…
14 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.dylib -plugin print-fns some-input…
15 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.dylib -plugin print-fns -plugin-ar…
16 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.dylib -plugin print-fns -plugin-ar…
/llvm-project/lldb/include/lldb/Symbol/
H A DSymtab.h27 enum Debug { enum
56 Debug symbol_debug_type,
73 Debug symbol_debug_type,
81 Debug symbol_debug_type,
89 Debug symbol_debug_type,
98 Debug symbol_debug_type, Visibility symbol_visibility,
107 Debug symbol_debug_type,
112 Debug symbol_debug_type, Visibility symbol_visibility,
117 Debug symbol_debug_type,
292 bool CheckSymbolAtIndex(size_t idx, Debug symbol_debug_type, in CheckSymbolAtIndex()
/llvm-project/llvm/test/CodeGen/PowerPC/
H A Dregalloc-fast-debug-spill.ll89 !0 = !{i32 2, !"Debug Info Version", i32 3}
102 !13 = distinct !DIGlobalVariable(name: "<core::cell::BorrowMutError as core::fmt::Debug>::{vtable}"…
103 …: DW_TAG_structure_type, name: "<core::cell::BorrowMutError as core::fmt::Debug>::{vtable_type}", …
108 !19 = distinct !DIGlobalVariable(name: "<core::fmt::Error as core::fmt::Debug>::{vtable}", scope: n…
109 …teType(tag: DW_TAG_structure_type, name: "<core::fmt::Error as core::fmt::Debug>::{vtable_type}", …
113 !24 = distinct !DIGlobalVariable(name: "<core::array::TryFromSliceError as core::fmt::Debug>::{vtab…
114 …_TAG_structure_type, name: "<core::array::TryFromSliceError as core::fmt::Debug>::{vtable_type}", …
118 !29 = distinct !DIGlobalVariable(name: "<core::num::error::TryFromIntError as core::fmt::Debug>::{v…
119 …G_structure_type, name: "<core::num::error::TryFromIntError as core::fmt::Debug>::{vtable_type}", …
167 !78 = distinct !DIGlobalVariable(name: "<i32 as core::fmt::Debug>::{vtable}", scope: null, file: !7…
[all …]
/llvm-project/llvm/test/DebugInfo/X86/
H A Ddwarfdump-debug-aranges.s13 .long 0x3456789a # Debug Info Offset
31 .long 0x112233 # Debug Info Offset
51 .long 0x112233 # Debug Info Offset
74 .quad 0x123456789abc # Debug Info Offset
H A Ddwarfdump-debug-pubnames.s20 .quad 0x112233445566 # Debug Info Offset
21 .quad 0x110022003300 # Debug Info Length
H A Dmultiple-aranges.ll8 ; CHECK-NEXT: .long .Lcu_begin0 # Offset Into Debug Info Section
20 ; CHECK-NEXT: .long .Lcu_begin1 # Offset Into Debug Info Section
57 !13 = !{i32 1, !"Debug Info Version", i32 3}
/llvm-project/mlir/test/Target/LLVMIR/Import/
H A Ddebug-info.ll44 !0 = !{i32 2, !"Debug Info Version", i32 3}
74 !0 = !{i32 2, !"Debug Info Version", i32 3}
104 !0 = !{i32 2, !"Debug Info Version", i32 3}
126 !0 = !{i32 2, !"Debug Info Version", i32 3}
149 !0 = !{i32 2, !"Debug Info Version", i32 3}
183 !0 = !{i32 2, !"Debug Info Version", i32 3}
229 !0 = !{i32 2, !"Debug Info Version", i32 3}
251 !0 = !{i32 2, !"Debug Info Version", i32 3}
297 !0 = !{i32 2, !"Debug Info Version", i32 3}
327 !0 = !{i32 2, !"Debug Inf
[all...]
/llvm-project/llvm/test/DebugInfo/PDB/
H A Dmodule-bytes.test8 CHUNKS: Debug Chunks
11 CHUNKS-NEXT: Debug Chunks (
17 CHUNKS-NEXT: Debug Chunks (
20 FILTERED-CHUNKS: Debug Chunks
23 FILTERED-CHUNKS-NEXT: Debug Chunks (
30 SPLIT-CHUNKS: Debug Chunks
/llvm-project/llvm/test/Assembler/
H A Dinvalid-debug-info-version.ll4 !0 = !{i32 1, !"Debug Info Version", !""}
5 ; CHECK: !{i32 1, !"Debug Info Version", !""}
/llvm-project/llvm/test/DebugInfo/
H A Dstrip-module-flags.ll4 !0 = !{i32 2, !"Debug Info Version", i32 3}
9 ; CHECK-NOT: Debug Info Version
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/Inputs/
H A Dunused-inlined-params.s275 # Debug info for |f| (abstract version with all parameters).
318 # Debug info for |g| (abstract version with all parameters).
336 # Debug info for |main|.
350 # Debug info for concrete |f| inlined into |main|.
370 # Debug info for concrete |g| inlined into |main|.
384 # Debug info for |other|.
398 # Debug info for concrete |f| inlined into |other|.
/llvm-project/llvm/unittests/IR/
H A DBasicBlockDbgInfoTest.cpp62 !5 = !{i32 2, !"Debug Info Version", i32 3} in TEST()
123 !3 = !{i32 2, !"Debug Info Version", i32 3} in TEST()
170 !5 = !{i32 2, !"Debug Info Version", i32 3} in TEST()
299 !5 = !{i32 2, !"Debug Info Version", i32 3} in TEST()
402 !5 = !{i32 2, !"Debug Info Version", i32 3} in TEST()
527 !5 = !{i32 2, !"Debug Info Version", i32 3}
1171 !5 = !{i32 2, !"Debug Info Version", i32 3} in TEST()
1221 !5 = !{i32 2, !"Debug Info Version", i32 3} in TEST()
1295 !5 = !{i32 2, !"Debug Info Version", i32 3} in TEST()
1372 !5 = !{i32 2, !"Debug Inf in TEST()
[all...]
/llvm-project/lldb/cmake/modules/
H A DFindPythonAndSwig.cmake52 # has the requirement that Debug LLDB must use Debug Python.
53 message(WARNING "Debug builds of LLDB are likely to be unusable due to "
/llvm-project/llvm/test/tools/dxil-dis/
H A Ddi-compile-unit.ll11 !4 = !{i32 2, !"Debug Info Version", i32 3}
17 ; CHECK: !{i32 2, !"Debug Info Version", i32 3}
/llvm-project/mlir/include/mlir/Tools/lsp-server-support/
H A DLogging.h26 enum class Level { Debug, Info, Error }; enumerator
35 log(Level::Debug, fmt, llvm::formatv(fmt, std::forward<Ts>(vals)...)); in debug()
/llvm-project/llvm/test/CodeGen/AVR/
H A Drust-avr-bug-37.ll7 define void @"TryFromIntError::Debug"(ptr dereferenceable(32)) unnamed_addr #0 personality ptr addrspace(1) @rust_eh_personality {
8 ; CHECK-LABEL: "TryFromIntError::Debug"
/llvm-project/llvm/test/Transforms/StripSymbols/
H A Dstrip-cov.ll7 ; CHECK: !0 = !{i32 2, !"Debug Info Version", i32 3}
19 !3 = !{i32 2, !"Debug Info Version", i32 3}
/llvm-project/llvm/utils/gn/build/
H A Dbuildflags.gni33 # Debug info symbol level. 0: No symbols; 1: Line numbers; 2: Full symbols.
36 # Debug info symbol level. 0: No symbols; 1: Line numbers; 2: Full symbols.
/llvm-project/llvm/test/DebugInfo/Generic/
H A Dinline-no-debug-info.ll22 ; Debug location of the code in caller() and of the inlined code that did not
26 ; Debug location of the inlined code.
66 !9 = !{i32 2, !"Debug Info Version", i32 3}
/llvm-project/lld/test/COFF/
H A Ds_udt.s121 .long 4 # Debug section magic
270 .long 4 # Debug section magic
407 # StringData: D:\src\llvmbuild\cl\Debug\x64\foo.cpp
424 # SourceFile: D:\src\llvmbuild\cl\Debug\x64\foo.cpp (0x1008)
434 # StringData: D:\\src\\llvmbuild\\cl\\Debug\\x64
460 # ArgType: D:\\src\\llvmbuild\\cl\\Debug\\x64 (0x100A)

12345678910>>...114