Searched refs:LVInternalKind (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
| H A D | Options.cpp | 452 cl::list<LVInternalKind> cmdline::InternalOptions( 456 clEnumValN(LVInternalKind::All, "all", "Enable all traces."), 457 clEnumValN(LVInternalKind::Cmdline, "cmdline", "Print command line."), 458 clEnumValN(LVInternalKind::ID, "id", "Print unique element ID"), 459 clEnumValN(LVInternalKind::Integrity, "integrity", 461 clEnumValN(LVInternalKind::None, "none", "Ignore element line number."), 462 clEnumValN(LVInternalKind::Tag, "tag", "Debug information tags.")));
|
| H A D | Options.h | 66 extern llvm::cl::list<LVInternalKind> InternalOptions;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVOptions.h | 89 STDSET_FUNCTION_4(Internal, FIELD, LVInternalKind, Kinds) 183 enum class LVInternalKind { enum 191 using LVInternalKindSet = std::set<LVInternalKind>;
|