Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h68 static const int EndColumnShift = 16; variable
74 ((static_cast<uint32_t>(EndColumn) << EndColumnShift) & EndColumnMask); in ColumnInfo()
83 EndColumnShift); in getEndColumn()