Home
last modified time | relevance | path

Searched refs:dwarfutil (Results 1 – 25 of 46) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfutil/
H A Dhelp.test1 ## This test checks the help message of llvm-dwarfutil.
3 # RUN: llvm-dwarfutil | FileCheck %s
4 # RUN: llvm-dwarfutil -h | FileCheck %s
5 # RUN: llvm-dwarfutil --help | FileCheck %s
7 # CHECK: OVERVIEW: llvm-dwarfutil is a tool to copy and manipulate debug info
8 # CHECK: USAGE: {{.*}}llvm-dwarfutil{{.*}} [options] <input file> <output file>
H A Derror-invalid-format.test1 ## This test checks that llvm-dwarfutil displays an error message
4 # RUN: not llvm-dwarfutil %s - 2>&1 | FileCheck %s -DFILE=%s
H A Derror-positional-args.test4 # RUN: not llvm-dwarfutil - 2>&1 | FileCheck --check-prefix CHECK1 %s
5 # RUN: not llvm-dwarfutil - - - 2>&1 | FileCheck --check-prefix CHECK3 %s
H A Derror-unknown-option.test4 # RUN: not llvm-dwarfutil --unknown-option 2>&1 | FileCheck %s
H A Derror-no-input-file.test4 # RUN: not llvm-dwarfutil not-existed not-existed 2>&1 | FileCheck %s -DMSG=%errc_ENOENT
H A Derror-unknown-tombstone.test4 # RUN: not llvm-dwarfutil --tombstone=unknown - - 2>&1 | FileCheck --check-prefix CHECK %s
H A Derror-unsupported-input-file.test5 # RUN: not llvm-dwarfutil --garbage-collection %t1 - 2>&1 | FileCheck %s -DFILE=%t1
H A Derror-no-gc-odr.test4 # RUN: not llvm-dwarfutil --no-garbage-collection --odr-deduplication - - 2>&1 | FileCheck --check-…
/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfutil/ELF/X86/
H A Dverbose.test1 ## This test checks output of llvm-dwarfutil when verbose mode
7 # RUN: llvm-dwarfutil %t.o %t1 --verbose 2>&1 | FileCheck %s
10 # RUN: llvm-dwarfutil %t.o %t1 --verbose --num-threads 10 2>&1 | FileCheck %s --check-prefix=CHECK-…
13 # RUN: llvm-dwarfutil %t.o %t1 --verbose -j 10 2>&1 | FileCheck %s --check-prefix=CHECK-THREAD-WARN…
16 # RUN: llvm-dwarfutil %t.o %t1 -j 1 --verbose --verify 2>&1 | FileCheck %s --check-prefixes=CHECK,C…
H A Dseparate-debug-file.test6 # RUN: llvm-dwarfutil --garbage-collection --no-separate-debug-file %t.o %t2
10 # RUN: llvm-dwarfutil --garbage-collection --separate-debug-file %t.o %t2
15 # RUN: llvm-dwarfutil --no-garbage-collection --no-separate-debug-file %t.o %t1
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 Dverify.test9 # RUN: llvm-dwarfutil %t.o %t1 --verify
12 # RUN: llvm-dwarfutil %t.o --separate-debug-file %t1 --verify
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…
21 # RUN: llvm-dwarfutil %t.o - --verify 2>&1 | FileCheck %s --check-prefix=CHECK-STDOUT
H A Dgc-default.test6 # RUN: llvm-dwarfutil %t.o - | llvm-dwarfdump -a - | FileCheck %s --check-prefixes=CHECK,CHECK-GC
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…
14 # RUN: llvm-dwarfutil %t.o --tombstone=universal - | llvm-dwarfdump -a - | FileCheck %s --check-pre…
H A Dcopy.test8 # 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 Dgc-class.test10 # RUN: llvm-dwarfutil %t.o %t1
14 # RUN: llvm-dwarfutil --odr %t.o %t2
18 # RUN: llvm-dwarfutil --no-odr %t.o %t3
22 # RUN: llvm-dwarfutil --odr-deduplication --no-odr-deduplication %t.o %t4
26 # RUN: llvm-dwarfutil --no-odr-deduplication --odr-deduplication %t.o %t6
H A Dcopy-itself.test7 # RUN: llvm-dwarfutil --no-separate-debug-file %t1 %t1
12 # RUN: llvm-dwarfutil --separate-debug-file %t1 %t1
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-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…
H A Dwarning-skipped-types.test4 # RUN: llvm-dwarfutil --garbage-collection --tombstone=maxpc %p/Inputs/type-units.o %t1 2>&1 | File…
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-dwarfutil.rst1 llvm-dwarfutil - A tool to copy and manipulate debug info
4 .. program:: llvm-dwarfutil
9 :program:`llvm-dwarfutil` [*options*] *input* *output*
14 :program:`llvm-dwarfutil` is a tool to copy and manipulate debug info.
71 :program:`llvm-dwarfutil` with that option equals to the
109 The following formats are currently supported by :program:`llvm-dwarfutil`:
116 :program:`llvm-dwarfutil` exits with a non-zero exit code if there is an error.
122 To report bugs, please visit <https://github.com/llvm/llvm-project/labels/tools:llvm-dwarfutil/>.
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/tools/llvm-dwarfutil/
H A DBUILD.gn4 visibility = [ ":llvm-dwarfutil" ]
8 executable("llvm-dwarfutil") {
25 "llvm-dwarfutil.cpp",
/llvm-project-15.0.7/llvm/tools/llvm-dwarfutil/
H A DCMakeLists.txt20 add_llvm_tool(llvm-dwarfutil
21 llvm-dwarfutil.cpp
H A DDebugInfoLinker.h18 namespace dwarfutil {
H A DOptions.h16 namespace dwarfutil {
H A DError.h23 namespace dwarfutil {

12