Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp483 auto ColsEnd = Group.Columns.end(); in findLineTable() local
499 if (Lines.hasColumnInfo() && ColIt != ColsEnd) { in findLineTable()