Home
last modified time | relevance | path

Searched refs:garbage (Results 1 – 25 of 105) sorted by relevance

12345

/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfutil/ELF/X86/
H A Dseparate-debug-file.test5 ## 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 Dcopy.test2 ## 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 Dverify.test2 ## 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 Dgc-default.test8 # 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 Dgc-maxpc.test6 # 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 Dgc-no-garbage.test1 ## 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 Dgc-bfd.test6 # 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 Dgc-exec.test6 # 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 Dnil-receiver-undefined-larger-than-voidptr-ret.m86 …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 Darc-zero-init.m15 // 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 Duninit-vals.m37 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 Derror-no-gc-odr.test2 ## 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 Dhelp.test10 # CHECK: --garbage-collection
14 # CHECK: --no-garbage-collection
H A Derror-unsupported-input-file.test5 # RUN: not llvm-dwarfutil --garbage-collection %t1 - 2>&1 | FileCheck %s -DFILE=%t1
/llvm-project-15.0.7/clang/test/AST/
H A Dast-dump-invalid-initialized.cpp14 A a3 = garbage(); in test()
22 auto b3 = garbage(); in test()
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-dwarfutil.rst29 .. 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 DOptions.td27 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 Dno-store-func-path-notes.m29 …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 DGarbageCollection.rst12 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 DLexicon.rst89 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 Dpadding.test17 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 Drecovery-init-list.cpp2 auto x = { complete garbage };
H A Drecovery-func-parameters.cpp2 void foo(complete garbage???) {}
/llvm-project-15.0.7/clang/test/Lexer/
H A Dmsdos-cpm-eof.c8 I am random garbage after ^Z
/llvm-project-15.0.7/clang/test/CodeCompletion/
H A Dinvalid-initialized-class.cpp11 Foo foo = garbage(); in test2()

12345