• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/

Lines Matching refs:desc

122     InputFilenames(Positional, desc("<input object files or .dSYM bundles>"),
131 static opt<bool> DumpAll("all", desc("Dump all debug info sections"),
133 static alias DumpAllAlias("a", desc("Alias for -all"), aliasopt(DumpAll));
141 desc("Dump the " ELF_NAME " section"), \
146 static alias DumpDebugFrameAlias("eh-frame", desc("Alias for -debug-frame"),
151 desc("Dump debug information for the specified CPU "
158 desc("Emit diff-friendly output by omitting offsets and addresses."),
162 desc("Search for the exact match for <name> in the accelerator tables "
167 static alias FindAlias("f", desc("Alias for -find."), aliasopt(Find));
169 desc("Ignore case distinctions when searching."),
171 static alias IgnoreCaseAlias("i", desc("Alias for -ignore-case."),
175 desc("Find and print all debug info entries whose name (DW_AT_name "
179 static alias NameAlias("n", desc("Alias for -name"), aliasopt(Name));
182 desc("Lookup <address> in the debug information and print out any "
187 cl::desc("Redirect output to the specified file."),
189 static alias OutputFilenameAlias("out-file", desc("Alias for -o."),
193 desc("Treat any <pattern> strings as regular expressions when "
196 static alias RegexAlias("x", desc("Alias for -regex"), aliasopt(UseRegex));
199 desc("Show a debug info entry's children when selectively "
202 static alias ShowChildrenAlias("c", desc("Alias for -show-children."),
206 desc("Show a debug info entry's parents when selectively "
209 static alias ShowParentsAlias("p", desc("Alias for -show-parents."),
213 desc("Show DWARF form types after the DWARF attribute types."),
215 static alias ShowFormAlias("F", desc("Alias for -show-form."),
219 desc("Only recurse to a depth of N when displaying "
222 static alias ChildRecurseDepthAlias("r", desc("Alias for -recurse-depth."),
226 desc("Only recurse to a depth of N when displaying "
231 desc("Abbreviate the description of type unit entries."),
235 cl::desc("Emit JSON-formatted debug info quality metrics."),
239 cl::desc("Show the sizes of all debug sections, "
242 static opt<bool> Verify("verify", desc("Verify the DWARF debug info."),
244 static opt<bool> Quiet("quiet", desc("Use with -verify to not emit to STDOUT."),
246 static opt<bool> DumpUUID("uuid", desc("Show the UUID for each architecture."),
248 static alias DumpUUIDAlias("u", desc("Alias for -uuid."), aliasopt(DumpUUID));
250 desc("Print more low-level encoding details."),
252 static alias VerboseAlias("v", desc("Alias for -verbose."), aliasopt(Verbose),