Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DSymbolCache.cpp481 auto ColIt = Group.Columns.begin(); in findLineTable() local
490 if (Lines.hasColumnInfo() && ColIt != ColsEnd) { in findLineTable()
491 ColNum = ColIt->StartColumn; in findLineTable()
492 ++ColIt; in findLineTable()