Home
last modified time | relevance | path

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

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