Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h127 static TypeIndex fromDecoratedArrayIndex(bool IsItem, uint32_t Index) { in fromDecoratedArrayIndex() argument
129 (IsItem ? DecoratedItemIdMask : 0)); in fromDecoratedArrayIndex()