Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h99 static const uint32_t SimpleKindMask = 0x000000ff; variable
138 return static_cast<SimpleTypeKind>(Index & SimpleKindMask); in getSimpleKind()