Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp487 auto ColIt = Group.Columns.begin(); in findLineTable() local
504 if (Lines.hasColumnInfo() && ColIt != ColsEnd) { in findLineTable()
505 ColNum = ColIt->StartColumn; in findLineTable()
506 ++ColIt; in findLineTable()