Searched refs:ReaderOptions (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | Options.cpp | 40 LVOptions cmdline::ReaderOptions; member in cmdline 140 cl::ZeroOrMore, cl::location(ReaderOptions.Compare.Context), 172 cl::location(ReaderOptions.Output.Folder)); 179 cl::location(ReaderOptions.Output.Level), cl::init(-1U)); 202 cl::location(ReaderOptions.Output.SortMode), cl::init(LVSortMode::Line)); 272 cl::location(ReaderOptions.Select.IgnoreCase), 280 cl::Hidden, cl::ZeroOrMore, cl::location(ReaderOptions.Select.UseRegex), 474 UpdatePattern(SelectPatterns, ReaderOptions.Select.Generic, in propagateOptions() 475 ReaderOptions.Select.IgnoreCase, ReaderOptions.Select.UseRegex); in propagateOptions() 483 UpdateSet(AttributeOptions, ReaderOptions.Attribute.Kinds); in propagateOptions() [all …]
|
H A D | Options.h | 71 extern LVOptions ReaderOptions;
|
H A D | llvm-debuginfo-analyzer.cpp | 125 LVReaderHandler ReaderHandler(Objects, W, ReaderOptions); in main()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/ |
H A D | LVReaderHandler.h | 70 LVOptions &ReaderOptions) in LVReaderHandler() argument 72 setOptions(&ReaderOptions); in LVReaderHandler()
|