Home
last modified time | relevance | path

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

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