Lines Matching full:program
4 .. program:: llvm-dwarfutil
9 :program:`llvm-dwarfutil` [*options*] *input* *output*
14 :program:`llvm-dwarfutil` is a tool to copy and manipulate debug info.
20 If "-" is specified for the input file, the input is read from the program's
22 is written to the standard output stream of the program.
71 :program:`llvm-dwarfutil` with that option equals to the
76 :program:`llvm-objcopy` --only-keep-debug in-file out-file.debug
77 :program:`llvm-objcopy` --strip-debug in-file out-file
78 :program:`llvm-objcopy` --add-gnu-debuglink=out-file.debug out-file
104 Print the version of this program.
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.