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