Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1321 uint32_t ColumnIndex = 0; in printCodeViewSymbolSection() local
1342 W.printNumber("ColStart", Entry.Columns[ColumnIndex].StartColumn); in printCodeViewSymbolSection()
1343 W.printNumber("ColEnd", Entry.Columns[ColumnIndex].EndColumn); in printCodeViewSymbolSection()
1344 ++ColumnIndex; in printCodeViewSymbolSection()