Home
last modified time | relevance | path

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

/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSupport.cpp133 LexicalEntry LastEntry = Indexes.back(); in getInnerComponent() local