Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h67 static const int EndColumnShift = 16; variable
73 ((static_cast<uint32_t>(EndColumn) << EndColumnShift) & EndColumnMask); in ColumnInfo()
82 EndColumnShift); in getEndColumn()