Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/PDB/Raw/
DModInfo.cpp43 const uint16_t TypeServerIndexShift = 8; variable
94 return (Layout->Flags & TypeServerIndexMask) >> TypeServerIndexShift; in getTypeServerIndex()