Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h277 static const uint32_t PointerModeShift = 5; variable
312 return static_cast<PointerMode>((Attrs >> PointerModeShift) & in getMode()
369 A |= (static_cast<uint32_t>(PM) << PointerModeShift); in calcAttrs()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp30 return static_cast<PointerMode>((Attrs >> PointerRecord::PointerModeShift) & in getPointerMode()