Home
last modified time | relevance | path

Searched refs:ReaderOptions (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp40 LVOptions cmdline::ReaderOptions; member in cmdline
143 cl::ZeroOrMore, cl::location(ReaderOptions.Compare.Context),
175 cl::location(ReaderOptions.Output.Folder));
182 cl::location(ReaderOptions.Output.Level), cl::init(-1U));
205 cl::location(ReaderOptions.Output.SortMode), cl::init(LVSortMode::Line));
275 cl::location(ReaderOptions.Select.IgnoreCase),
283 cl::Hidden, cl::ZeroOrMore, cl::location(ReaderOptions.Select.UseRegex),
478 UpdatePattern(SelectPatterns, ReaderOptions.Select.Generic, in propagateOptions()
479 ReaderOptions.Select.IgnoreCase, ReaderOptions.Select.UseRegex); in propagateOptions()
487 UpdateSet(AttributeOptions, ReaderOptions.Attribute.Kinds); in propagateOptions()
[all …]
H A DOptions.h71 extern LVOptions ReaderOptions;
H A Dllvm-debuginfo-analyzer.cpp125 LVReaderHandler ReaderHandler(Objects, W, ReaderOptions); in main()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/
H A DLVReaderHandler.h71 LVOptions &ReaderOptions) in LVReaderHandler() argument
73 setOptions(&ReaderOptions); in LVReaderHandler()