Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp816 uint32_t RowColumns = std::min(ItemsLeft, ColumnsPerRow); in typesetLinesAndColumns() local
817 for (uint32_t I = 0; I < RowColumns; ++I) { in typesetLinesAndColumns()