Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h418 static const int WinRTKindMask = 0xC000; variable
465 Value = (Value & WinRTKindMask) >> WinRTKindShift; in getWinRTKind()
/external/llvm/lib/DebugInfo/CodeView/
DTypeRecord.cpp135 uint16_t WrtValue = (Props & WinRTKindMask) >> WinRTKindShift; in deserialize()
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h458 static const int WinRTKindMask = 0xC000; variable