Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DCFGPrinter.h172 unsigned ColNum = 0;
178 ColNum = 0;
183 } else if (ColNum == MaxColumns) { // Wrap lines.
188 ColNum = i - LastSpace;
192 ++ColNum;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp489 uint32_t ColNum = in findLineTable() local
491 Entries.push_back({StartAddr, FirstLine, ColNum, Group.NameIndex, false}); in findLineTable()
497 ColNum = 0; in findLineTable()
500 ColNum = ColIt->StartColumn; in findLineTable()
503 Entries.push_back({VA, Line, ColNum, Group.NameIndex, false}); in findLineTable()
509 ColNum = (Lines.hasColumnInfo()) ? Group.Columns.back().StartColumn : 0; in findLineTable()
510 Entries.push_back({EndAddr, LastLine, ColNum, Group.NameIndex, true}); in findLineTable()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp28 unsigned ColNum = 0; // Record the column number. in escape() local
32 unsigned NumSpaces = Opts.TabSize - (ColNum % Opts.TabSize); in escape()
34 ColNum += NumSpaces; in escape()
38 ColNum = 0; in escape()
40 ++ColNum; in escape()