Searched refs:LVElementKind (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVElement.h | 66 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 D | Options.cpp | 300 cl::list<LVElementKind> cmdline::SelectElements( 304 values(clEnumValN(LVElementKind::Discarded, "Discarded", 306 clEnumValN(LVElementKind::Global, "Global", 308 clEnumValN(LVElementKind::Optimized, "Optimized",
|
| H A D | Options.h | 55 extern llvm::cl::list<LVElementKind> SelectElements;
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVElement.cpp | 25 {LVElementKind::Discarded, &LVElement::getIsDiscarded}, 26 {LVElementKind::Global, &LVElement::getIsGlobalReference}, 27 {LVElementKind::Optimized, &LVElement::getIsOptimized}};
|