Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDLine.h67 static const int EndColumnShift = 16; variable
73 ((static_cast<uint32_t>(EndColumn) << EndColumnShift) & EndColumnMask); in ColumnInfo()
82 EndColumnShift); in getEndColumn()