Searched refs:LVWarningKind (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | Options.cpp | 428 cl::list<LVWarningKind> cmdline::WarningOptions( 432 clEnumValN(LVWarningKind::All, "all", "All warnings."), 433 clEnumValN(LVWarningKind::Coverages, "coverages", 435 clEnumValN(LVWarningKind::Lines, "lines", "Debug lines that are zero."), 436 clEnumValN(LVWarningKind::Locations, "locations", 438 clEnumValN(LVWarningKind::Ranges, "ranges", "Invalid code ranges.")));
|
H A D | Options.h | 65 extern llvm::cl::list<LVWarningKind> WarningOptions;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVOptions.h | 78 STDSET_FUNCTION_4(Warning, FIELD, LVWarningKind, Kinds) 173 enum class LVWarningKind { enum 180 using LVWarningKindSet = std::set<LVWarningKind>;
|