Searched refs:LVReportKind (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
| H A D | Options.cpp | 246 cl::list<LVReportKind> cmdline::ReportOptions( 250 values(clEnumValN(LVReportKind::All, "all", "Generate all reports."), 251 clEnumValN(LVReportKind::Children, "children", 254 clEnumValN(LVReportKind::List, "list", 256 clEnumValN(LVReportKind::Parents, "parents", 259 clEnumValN(LVReportKind::View, "view",
|
| H A D | Options.h | 69 extern llvm::cl::list<LVReportKind> ReportOptions;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVOptions.h | 85 STDSET_FUNCTION_4(Report, FIELD, LVReportKind, Kinds) 165 enum class LVReportKind { enum 172 using LVReportKindSet = std::set<LVReportKind>;
|