Home
last modified time | relevance | path

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

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