Home
last modified time | relevance | path

Searched refs:LVElementKind (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h66 enum class LVElementKind { Discarded, Global, Optimized, LastEntry }; enum
67 using LVElementKindSet = std::set<LVElementKind>;
68 using LVElementDispatch = std::map<LVElementKind, LVElementGetFunction>;
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp300 cl::list<LVElementKind> cmdline::SelectElements(
304 values(clEnumValN(LVElementKind::Discarded, "Discarded",
306 clEnumValN(LVElementKind::Global, "Global",
308 clEnumValN(LVElementKind::Optimized, "Optimized",
H A DOptions.h55 extern llvm::cl::list<LVElementKind> SelectElements;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp25 {LVElementKind::Discarded, &LVElement::getIsDiscarded},
26 {LVElementKind::Global, &LVElement::getIsGlobalReference},
27 {LVElementKind::Optimized, &LVElement::getIsOptimized}};