Home | History | Annotate | Download | only in llvm-nm

Lines Matching refs:opt

45   cl::opt<OutputFormatTy>
59 cl::opt<bool> UndefinedOnly("undefined-only",
64 cl::opt<bool> DynamicSyms("dynamic",
70 cl::opt<bool> DefinedOnly("defined-only",
73 cl::opt<bool> ExternalOnly("extern-only",
78 cl::opt<bool> BSDFormat("B", cl::desc("Alias for --format=bsd"));
79 cl::opt<bool> POSIXFormat("P", cl::desc("Alias for --format=posix"));
81 cl::opt<bool> PrintFileName("print-file-name",
89 cl::opt<bool> DebugSyms("debug-syms",
94 cl::opt<bool> NumericSort("numeric-sort",
101 cl::opt<bool> NoSort("no-sort",
106 cl::opt<bool> PrintSize("print-size",
111 cl::opt<bool> SizeSort("size-sort", cl::desc("Sort symbols by size"));
113 cl::opt<bool> WithoutAliases("without-aliases", cl::Hidden,
116 cl::opt<bool> ArchiveMap("print-armap",