Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDTypeRecord.h276 static const uint32_t PointerModeShift = 5; variable
311 return static_cast<PointerMode>((Attrs >> PointerModeShift) & in getMode()
368 A |= (static_cast<uint32_t>(PM) << PointerModeShift); in calcAttrs()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDTypeIndexDiscovery.cpp29 return static_cast<PointerMode>((Attrs >> PointerRecord::PointerModeShift) & in getPointerMode()