| /llvm-project-15.0.7/llvm/test/tools/llvm-dwarfutil/ELF/X86/ |
| H A D | separate-debug-file.test | 5 ## Check --garbage-collection --no-separate-debug-file. 6 # RUN: llvm-dwarfutil --garbage-collection --no-separate-debug-file %t.o %t2 9 ## Check --garbage-collection --separate-debug-file. 10 # RUN: llvm-dwarfutil --garbage-collection --separate-debug-file %t.o %t2 14 ## Check --no-garbage-collection --no-separate-debug-file. 15 # RUN: llvm-dwarfutil --no-garbage-collection --no-separate-debug-file %t.o %t1 18 ## Check --no-garbage-collection --separate-debug-file. 19 # RUN: llvm-dwarfutil --no-garbage-collection %t.o --separate-debug-file %t3 27 # RUN: llvm-dwarfutil --no-garbage-collection --no-separate-debug-file --separate-debug-file %t.o %… 32 # RUN: llvm-dwarfutil --no-garbage-collection --separate-debug-file --no-separate-debug-file %t.o %…
|
| H A D | copy.test | 2 ## is fully copied to the destination file in case --no-garbage-collection 8 # RUN: llvm-dwarfutil --no-garbage-collection %t.o %t1 12 # RUN: llvm-dwarfutil --no-garbage-collection %t1 %t2 16 # RUN: llvm-dwarfutil --no-garbage-collection - %t2 < %t1
|
| H A D | verify.test | 2 ## verified by --verify after copying. If --no-garbage-collection is 8 ## Verify resulting debug info after --garbage-collection optimisation. 11 ## Verify separate debug file after --garbage-collection optimisation. 15 # RUN: not llvm-dwarfutil --no-garbage-collection %t.o %t1 --verify 2>&1 | FileCheck %s -DFILE=%t1 18 # RUN: not llvm-dwarfutil --no-garbage-collection %t.o --separate-debug-file %t1 --verify 2>&1 | Fi…
|
| H A D | gc-default.test | 8 # RUN: llvm-dwarfutil --garbage-collection %t.o - | llvm-dwarfdump -a - | FileCheck %s --check-pref… 10 # RUN: llvm-dwarfutil --no-garbage-collection --garbage-collection %t.o - | llvm-dwarfdump -a - | F… 12 # RUN: llvm-dwarfutil --garbage-collection --no-garbage-collection %t.o - | llvm-dwarfdump -a - | F…
|
| H A D | gc-maxpc.test | 6 # RUN: llvm-dwarfutil --tombstone=maxpc --garbage-collection %t.o - | llvm-dwarfdump -a - | FileChe… 7 # RUN: llvm-dwarfutil --tombstone=universal --garbage-collection %t.o - | llvm-dwarfdump -a - | Fil…
|
| H A D | gc-no-garbage.test | 1 ## This test checks that debug info removal optimization (--garbage-collection) 5 # RUN: llvm-dwarfutil --tombstone=maxpc --garbage-collection %t.o - | llvm-dwarfdump -a - | FileChe…
|
| H A D | gc-bfd.test | 6 # RUN: llvm-dwarfutil --tombstone=bfd --garbage-collection %t.o - | llvm-dwarfdump -a - | FileCheck… 7 # RUN: llvm-dwarfutil --tombstone=universal --garbage-collection %t.o - | llvm-dwarfdump -a - | Fil…
|
| H A D | gc-exec.test | 6 # RUN: llvm-dwarfutil --tombstone=exec --garbage-collection %t.o - | llvm-dwarfdump -a - | FileChec… 7 # RUN: llvm-dwarfutil --tombstone=universal --garbage-collection %t.o - | llvm-dwarfdump -a - | Fil…
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | nil-receiver-undefined-larger-than-voidptr-ret.m | 86 …iver of message 'longDoubleM' is nil and returns a value of type 'long double' that will be garbage 87 …receiver of message 'longlongM' is nil and returns a value of type 'long long' that will be garbage 88 … The receiver of message 'doubleM' is nil and returns a value of type 'double' that will be garbage 89 …ge 'unsignedLongLongM' is nil and returns a value of type 'unsigned long long' that will be garbage 90 …receiver of message 'longlongM' is nil and returns a value of type 'long long' that will be garbage 92 …receiver of message 'longlongM' is nil and returns a value of type 'long long' that will be garbage 93 …ge 'unsignedLongLongM' is nil and returns a value of type 'unsigned long long' that will be garbage 94 … The receiver of message 'doubleM' is nil and returns a value of type 'double' that will be garbage 95 …receiver of message 'longlongM' is nil and returns a value of type 'long long' that will be garbage 96 …iver of message 'longDoubleM' is nil and returns a value of type 'long double' that will be garbage
|
| H A D | arc-zero-init.m | 15 // expected-warning@-2{{Branch condition evaluates to a garbage value}} 24 // expected-warning@-2{{Branch condition evaluates to a garbage value}} 34 // expected-warning@-2{{Branch condition evaluates to a garbage value}} 44 // expected-warning@-2{{Branch condition evaluates to a garbage value}}
|
| H A D | uninit-vals.m | 37 v1.y = z; // expected-warning{{Assigned value is garbage or undefined}} 38 // expected-note@-1{{Assigned value is garbage or undefined}} 114 return s2->y; // expected-warning{{Undefined or garbage value returned to caller}} 382 clang_analyzer_eval(b.x == 1); // expected-warning{{garbage}} 383 // expected-note@-1{{garbage}} 397 clang_analyzer_eval(b.y == 2); // expected-warning{{garbage}} 398 // expected-note@-1{{garbage}} 414 clang_analyzer_eval(b.y == 2); // expected-warning{{garbage}} 415 // expected-note@-1{{garbage}} 431 clang_analyzer_eval(b.x == 1); // expected-warning{{garbage}} [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-dwarfutil/ |
| H A D | error-no-gc-odr.test | 2 ## is enabled while debug info garbage collection is disabled. 4 # RUN: not llvm-dwarfutil --no-garbage-collection --odr-deduplication - - 2>&1 | FileCheck --check-… 6 # CHECK: error: cannot use --odr-deduplication without --garbage-collection
|
| H A D | help.test | 10 # CHECK: --garbage-collection 14 # CHECK: --no-garbage-collection
|
| H A D | error-unsupported-input-file.test | 5 # RUN: not llvm-dwarfutil --garbage-collection %t1 - 2>&1 | FileCheck %s -DFILE=%t1
|
| /llvm-project-15.0.7/clang/test/AST/ |
| H A D | ast-dump-invalid-initialized.cpp | 14 A a3 = garbage(); in test() 22 auto b3 = garbage(); in test()
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-dwarfutil.rst | 29 .. option:: --garbage-collection 32 When the linker does section garbage collection the abandoned debug info 51 .. option:: --no-garbage-collection 53 Disable :option:`--garbage-collection`.
|
| /llvm-project-15.0.7/llvm/tools/llvm-dwarfutil/ |
| H A D | Options.td | 27 defm garbage_collection : BB<"garbage-collection", 28 "Do garbage collection for debug info(default)", 29 "Don`t do garbage collection for debug info">;
|
| /llvm-project-15.0.7/clang/test/Analysis/diagnostics/ |
| H A D | no-store-func-path-notes.m | 29 …return x; //expected-warning{{Undefined or garbage value returned to caller}} 30 … //expected-note@-1{{Undefined or garbage value returned to caller}} 50 z = p; // expected-warning{{Assigned value is garbage or undefined}} 51 // expected-note@-1{{Assigned value is garbage or undefined}}
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | GarbageCollection.rst | 12 supports garbage collection. **Note that LLVM itself does not provide a 13 garbage collector.** You must provide your own. 46 * Use the memory allocation routines provided by your garbage collector's 82 and maintain. Many programming languages rely on garbage collection for 101 conservative garbage collector cannot *know* that a particular word in the 106 conservative garbage collectors (though these seem rare in practice). 112 locality and performance benefits of using aggressive garbage collection 116 support accurate garbage collection. 199 This section describes the garbage collection facilities provided by the 623 X("mygc", "My bespoke garbage collector."); [all …]
|
| H A D | Lexicon.rst | 89 A pointer to the interior of an object, such that a garbage collector is 150 In garbage collection, the region of memory which is managed using 228 A pointer to an object such that the garbage collector is able to trace 267 In garbage collection, a pointer variable lying outside of the `heap`_ from 281 In garbage collection, it is necessary to identify `stack roots`_ so that 316 In garbage collection, metadata emitted by the code generator which
|
| /llvm-project-15.0.7/llvm/test/Bitcode/ |
| H A D | padding.test | 17 RUN: llvm-dis -disable-output %p/Inputs/padding-garbage.bc 18 RUN: opt -disable-output %p/Inputs/padding-garbage.bc
|
| /llvm-project-15.0.7/clang-tools-extra/pseudo/test/cxx/ |
| H A D | recovery-init-list.cpp | 2 auto x = { complete garbage };
|
| H A D | recovery-func-parameters.cpp | 2 void foo(complete garbage???) {}
|
| /llvm-project-15.0.7/clang/test/Lexer/ |
| H A D | msdos-cpm-eof.c | 8 I am random garbage after ^Z
|
| /llvm-project-15.0.7/clang/test/CodeCompletion/ |
| H A D | invalid-initialized-class.cpp | 11 Foo foo = garbage(); in test2()
|