Lines Matching +full:line +full:- +full:based

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
45 line is split on characters that are not part of valid Itanium name manglings,
54 $ llvm\-cxxfilt _Z3foov _Z3bari not_mangled
60 $ llvm\-cxxfilt < input.txt
69 .B \-\-format=<value>, \-s
70 Mangling scheme to assume. Valid values are \fBauto\fP (default, auto\-detect the
75 .B \-\-help, \-h
76 Print a summary of command line options.
80 .B \-\-no\-strip\-underscore, \-n
82 except Mach\-O based hosts.
86 .B \-\-strip\-underscore, \-_
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