Home
last modified time | relevance | path

Searched refs:TypeServerIndexShift (Results 1 – 3 of 3) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleDescriptor.cpp49 ModInfoFlags::TypeServerIndexShift; in getTypeServerIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DRawTypes.h208 static const uint16_t TypeServerIndexShift = 8; member