Lines Matching refs:LineSectionSize
108 LineSectionSize = 0; in init()
482 LineSectionSize += PrologueBytes.size() + 4; in emitLineTableForUnit()
493 LineSectionSize += EncodingBuffer.size(); in emitLineTableForUnit()
517 LineSectionSize += 2 + PointerSize + getULEB128Size(PointerSize + 1); in emitLineTableForUnit()
532 LineSectionSize += 1 + getULEB128Size(FileNum); in emitLineTableForUnit()
538 LineSectionSize += 1 + getULEB128Size(Column); in emitLineTableForUnit()
548 LineSectionSize += 1 + getULEB128Size(Isa); in emitLineTableForUnit()
553 LineSectionSize += 1; in emitLineTableForUnit()
557 LineSectionSize += 1; in emitLineTableForUnit()
562 LineSectionSize += 1; in emitLineTableForUnit()
567 LineSectionSize += 1; in emitLineTableForUnit()
574 LineSectionSize += EncodingBuffer.size(); in emitLineTableForUnit()
583 LineSectionSize += 1 + getSLEB128Size(LineDelta); in emitLineTableForUnit()
588 LineSectionSize += 1 + getULEB128Size(AddressDelta); in emitLineTableForUnit()
593 LineSectionSize += EncodingBuffer.size(); in emitLineTableForUnit()
605 LineSectionSize += EncodingBuffer.size(); in emitLineTableForUnit()
636 LineSectionSize += 6; in translateLineTable()
643 LineSectionSize += 4; in translateLineTable()
651 LineSectionSize += Offset - AfterHeaderLengthOffset; in translateLineTable()
661 LineSectionSize += Translated.size() + 1; in translateLineTable()
664 LineSectionSize += 1; in translateLineTable()
673 LineSectionSize += Translated.size() + 1; in translateLineTable()
679 LineSectionSize += Offset - OffsetBeforeLEBs; in translateLineTable()
682 LineSectionSize += 1; in translateLineTable()
688 LineSectionSize += UnitEnd - Offset; in translateLineTable()