Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1172 uint32_t ColumnIndex = 0; in printCodeViewSymbolSection() local
1193 W.printNumber("ColStart", Entry.Columns[ColumnIndex].StartColumn); in printCodeViewSymbolSection()
1194 W.printNumber("ColEnd", Entry.Columns[ColumnIndex].EndColumn); in printCodeViewSymbolSection()
1195 ++ColumnIndex; in printCodeViewSymbolSection()