Home
last modified time | relevance | path

Searched refs:LVReportKind (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp246 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 DOptions.h69 extern llvm::cl::list<LVReportKind> ReportOptions;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h85 STDSET_FUNCTION_4(Report, FIELD, LVReportKind, Kinds)
165 enum class LVReportKind { enum
172 using LVReportKindSet = std::set<LVReportKind>;