Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp810 uint32_t ColumnsPerRow = kMaxRowLength / (MinColumnWidth + 3); in typesetLinesAndColumns() local
814 uint32_t RowColumns = std::min(ItemsLeft, ColumnsPerRow); in typesetLinesAndColumns()