Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h274 static const uint32_t PointerOptionMask = 0x381f00; variable
310 return static_cast<PointerOptions>(Attrs & PointerOptionMask); in getOptions()