Lines Matching +full:input +full:- +full:style
4 .nr rst2man-indent-level 0
7 \\$1 \\n[an-margin]
8 level \\n[rst2man-indent-level]
9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
10 -
11 \\n[rst2man-indent0]
12 \\n[rst2man-indent1]
13 \\n[rst2man-indent2]
18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
19 . nr rst2man-indent-level +1
24 .\" indent \\n[an-margin]
25 .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
26 .nr rst2man-indent-level -1
27 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
30 .TH "LLVM-CXXFILT" "1" "2023-05-24" "16" "LLVM"
32 llvm-cxxfilt \- LLVM symbol name demangler
35 \fBllvm\-cxxfilt\fP [\fIoptions\fP] [\fImangled names...\fP]
38 \fBllvm\-cxxfilt\fP is a symbol demangler that can be used as a replacement
43 If no names are specified on the command\-line, names are read interactively from
44 the standard input stream. When reading names from standard input, each input
54 $ llvm\-cxxfilt _Z3foov _Z3bari not_mangled
58 $ cat input.txt
60 $ llvm\-cxxfilt < input.txt
69 .B \-\-format=<value>, \-s
70 Mangling scheme to assume. Valid values are \fBauto\fP (default, auto\-detect the
71 style) and \fBgnu\fP (assume GNU/Itanium style).
75 .B \-\-help, \-h
80 .B \-\-no\-strip\-underscore, \-n
82 except Mach\-O based hosts.
86 .B \-\-strip\-underscore, \-_
87 Strip a single leading underscore, if present, from each input name before
88 demangling. On by default on Mach\-O based platforms.
92 .B \-\-types, \-t
97 .B \-\-version
98 Display the version of the \fBllvm\-cxxfilt\fP executable.
103 Read command\-line options from response file \fI<FILE>\fP\&.
107 \fBllvm\-cxxfilt\fP returns 0 unless it encounters a usage error, in which
108 case a non\-zero exit code is returned.
111 \fBllvm\-nm(1)\fP
115 2003-2023, LLVM Project