Home
last modified time | relevance | path

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

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