Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1176 uint32_t ColumnIndex = 0; in printCodeViewSymbolSection() local
1197 W.printNumber("ColStart", Entry.Columns[ColumnIndex].StartColumn); in printCodeViewSymbolSection()
1198 W.printNumber("ColEnd", Entry.Columns[ColumnIndex].EndColumn); in printCodeViewSymbolSection()
1199 ++ColumnIndex; in printCodeViewSymbolSection()