Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h92 static const uint32_t SimpleKindMask = 0x000000ff; variable
110 return static_cast<SimpleTypeKind>(Index & SimpleKindMask); in getSimpleKind()