Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h434 static const int WinRTKindMask = 0xC000; variable
489 Value = (Value & WinRTKindMask) >> WinRTKindShift; in getWinRTKind()
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h428 static const int WinRTKindMask = 0xC000; variable
483 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