Lines Matching defs:CurrentRow
710 const DWARFDebugLine::Row &CurrentRow =
713 CurrentFilenum = CurrentRow.File;
715 unsigned Flags = (DWARF2_FLAG_IS_STMT * CurrentRow.IsStmt) |
716 (DWARF2_FLAG_BASIC_BLOCK * CurrentRow.BasicBlock) |
717 (DWARF2_FLAG_PROLOGUE_END * CurrentRow.PrologueEnd) |
718 (DWARF2_FLAG_EPILOGUE_BEGIN * CurrentRow.EpilogueBegin);
724 BC.Ctx->setCurrentDwarfLoc(CurrentFilenum, CurrentRow.Line, CurrentRow.Column,
725 Flags, CurrentRow.Isa, CurrentRow.Discriminator);