Home
last modified time | relevance | path

Searched refs:LastEntry (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/llvm/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 DLVElement.h62 enum class LVElementKind { Discarded, Global, Optimized, LastEntry }; enumerator
100 LastEntry enumerator
H A DLVLine.h33 LastEntry enumerator
H A DLVLocation.h80 LastEntry enumerator
H A DLVObject.h145 LastEntry enumerator
H A DLVScope.h60 LastEntry enumerator
89 LastEntry enumerator
H A DLVSupport.h55 SmallBitVector Bits = SmallBitVector(static_cast<unsigned>(T::LastEntry) + 1);
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/
H A DDXILResource.h71 LastEntry enumerator
H A DDXILResource.cpp68 case ComponentType::LastEntry: in getComponentTypeName()