Searched refs:ColNum (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | CFGPrinter.h | 158 unsigned ColNum = 0; 164 ColNum = 0; 169 } else if (ColNum == MaxColumns) { // Wrap lines. 174 ColNum = i - LastSpace; 178 ++ColNum;
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | SymbolCache.cpp | 494 uint32_t ColNum = in findLineTable() local 496 Entries.push_back({StartAddr, FirstLine, ColNum, Group.NameIndex, false}); in findLineTable() 502 ColNum = 0; in findLineTable() 505 ColNum = ColIt->StartColumn; in findLineTable() 508 Entries.push_back({VA, Line, ColNum, Group.NameIndex, false}); in findLineTable() 514 ColNum = (Lines.hasColumnInfo()) ? Group.Columns.back().StartColumn : 0; in findLineTable() 515 Entries.push_back({EndAddr, LastLine, ColNum, Group.NameIndex, true}); in findLineTable()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | SourceCoverageViewHTML.cpp | 29 unsigned ColNum = 0; // Record the column number. in escape() local 33 unsigned NumSpaces = Opts.TabSize - (ColNum % Opts.TabSize); in escape() 35 ColNum += NumSpaces; in escape() 39 ColNum = 0; in escape() 41 ++ColNum; in escape()
|