Home
last modified time | relevance | path

Searched refs:SimpleKindMask (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h99 static const uint32_t SimpleKindMask = 0x000000ff; variable
129 return static_cast<SimpleTypeKind>(Index & SimpleKindMask); in getSimpleKind()