Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h62 enum class LVElementKind { Discarded, Global, Optimized, LastEntry }; enum
63 using LVElementKindSet = std::set<LVElementKind>;
64 using LVElementDispatch = std::map<LVElementKind, LVElementGetFunction>;
/openbsd/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp297 cl::list<LVElementKind> cmdline::SelectElements(
301 values(clEnumValN(LVElementKind::Discarded, "Discarded",
303 clEnumValN(LVElementKind::Global, "Global",
305 clEnumValN(LVElementKind::Optimized, "Optimized",
H A DOptions.h55 extern llvm::cl::list<LVElementKind> SelectElements;
/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp25 {LVElementKind::Discarded, &LVElement::getIsDiscarded},
26 {LVElementKind::Global, &LVElement::getIsGlobalReference},
27 {LVElementKind::Optimized, &LVElement::getIsOptimized}};