Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp638 DebugLineTableRowRef RowReference = DebugLineTableRowRef::fromSMLoc(NewLoc); in emitLineInfo() local
641 if (RowReference == DebugLineTableRowRef::NULL_ROW || in emitLineInfo()
654 const uint32_t CurrentUnitIndex = RowReference.DwCompileUnitIndex; in emitLineInfo()
661 CurrentLineTable->Rows[RowReference.RowIndex - 1].File); in emitLineInfo()
665 CurrentLineTable->Rows[RowReference.RowIndex - 1]; in emitLineInfo()