Searched refs:dwarfutil (Results 1 – 25 of 46) sorted by relevance
12
1 ## This test checks the help message of llvm-dwarfutil.3 # RUN: llvm-dwarfutil | FileCheck %s4 # RUN: llvm-dwarfutil -h | FileCheck %s5 # RUN: llvm-dwarfutil --help | FileCheck %s7 # CHECK: OVERVIEW: llvm-dwarfutil is a tool to copy and manipulate debug info8 # CHECK: USAGE: {{.*}}llvm-dwarfutil{{.*}} [options] <input file> <output file>
1 ## This test checks that llvm-dwarfutil displays an error message4 # RUN: not llvm-dwarfutil %s - 2>&1 | FileCheck %s -DFILE=%s
4 # RUN: not llvm-dwarfutil - 2>&1 | FileCheck --check-prefix CHECK1 %s5 # RUN: not llvm-dwarfutil - - - 2>&1 | FileCheck --check-prefix CHECK3 %s
4 # RUN: not llvm-dwarfutil --unknown-option 2>&1 | FileCheck %s
4 # RUN: not llvm-dwarfutil not-existed not-existed 2>&1 | FileCheck %s -DMSG=%errc_ENOENT
4 # RUN: not llvm-dwarfutil --tombstone=unknown - - 2>&1 | FileCheck --check-prefix CHECK %s
5 # RUN: not llvm-dwarfutil --garbage-collection %t1 - 2>&1 | FileCheck %s -DFILE=%t1
4 # RUN: not llvm-dwarfutil --no-garbage-collection --odr-deduplication - - 2>&1 | FileCheck --check-…
1 ## This test checks output of llvm-dwarfutil when verbose mode7 # RUN: llvm-dwarfutil %t.o %t1 --verbose 2>&1 | FileCheck %s10 # 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…
6 # RUN: llvm-dwarfutil --garbage-collection --no-separate-debug-file %t.o %t210 # RUN: llvm-dwarfutil --garbage-collection --separate-debug-file %t.o %t215 # RUN: llvm-dwarfutil --no-garbage-collection --no-separate-debug-file %t.o %t119 # RUN: llvm-dwarfutil --no-garbage-collection %t.o --separate-debug-file %t327 # 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 %…
9 # RUN: llvm-dwarfutil %t.o %t1 --verify12 # RUN: llvm-dwarfutil %t.o --separate-debug-file %t1 --verify15 # RUN: not llvm-dwarfutil --no-garbage-collection %t.o %t1 --verify 2>&1 | FileCheck %s -DFILE=%t118 # 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
6 # RUN: llvm-dwarfutil %t.o - | llvm-dwarfdump -a - | FileCheck %s --check-prefixes=CHECK,CHECK-GC8 # 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…
8 # RUN: llvm-dwarfutil --no-garbage-collection %t.o %t112 # RUN: llvm-dwarfutil --no-garbage-collection %t1 %t216 # RUN: llvm-dwarfutil --no-garbage-collection - %t2 < %t1
10 # RUN: llvm-dwarfutil %t.o %t114 # RUN: llvm-dwarfutil --odr %t.o %t218 # RUN: llvm-dwarfutil --no-odr %t.o %t322 # RUN: llvm-dwarfutil --odr-deduplication --no-odr-deduplication %t.o %t426 # RUN: llvm-dwarfutil --no-odr-deduplication --odr-deduplication %t.o %t6
7 # RUN: llvm-dwarfutil --no-separate-debug-file %t1 %t112 # RUN: llvm-dwarfutil --separate-debug-file %t1 %t1
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…
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…
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…
4 # RUN: llvm-dwarfutil --garbage-collection --tombstone=maxpc %p/Inputs/type-units.o %t1 2>&1 | File…
1 llvm-dwarfutil - A tool to copy and manipulate debug info4 .. program:: llvm-dwarfutil9 :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 the109 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/>.
4 visibility = [ ":llvm-dwarfutil" ]8 executable("llvm-dwarfutil") {25 "llvm-dwarfutil.cpp",
20 add_llvm_tool(llvm-dwarfutil21 llvm-dwarfutil.cpp
18 namespace dwarfutil {
16 namespace dwarfutil {
23 namespace dwarfutil {