Home
last modified time | relevance | path

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

/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