Home
last modified time | relevance | path

Searched defs:LastEntry (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSymbol.h30 LastEntry enumerator
37 enum class Property { HasLocation, FillGaps, LastEntry }; enumerator
H A DLVType.h44 LastEntry enumerator
52 enum class Property { IsSubrangeCount, LastEntry }; enumerator
H A DLVLine.h33 LastEntry enumerator
H A DLVLocation.h75 LastEntry enumerator
H A DLVElement.h62 enum class LVElementKind { Discarded, Global, Optimized, LastEntry }; enumerator
100 LastEntry enumerator
H A DLVScope.h60 LastEntry enumerator
88 LastEntry enumerator
H A DLVObject.h129 LastEntry enumerator
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSupport.cpp133 Name.substr(LastEntry.first, LastEntry.second - LastEntry.first + 1); in getInnerComponent() local