Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/CodeView/
DTypeTableBuilder.cpp116 << ClassRecord::WinRTKindShift); in writeClass()
DTypeRecord.cpp135 uint16_t WrtValue = (Props & WinRTKindMask) >> WinRTKindShift; in deserialize()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h417 static const int WinRTKindShift = 14; variable
465 Value = (Value & WinRTKindMask) >> WinRTKindShift; in getWinRTKind()
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h457 static const int WinRTKindShift = 14; variable