Lines Matching refs:LineSectionSize
108 LineSectionSize = 0; in init()
508 LineSectionSize += PrologueBytes.size() + 4; in emitLineTableForUnit()
519 LineSectionSize += EncodingBuffer.size(); in emitLineTableForUnit()
543 LineSectionSize += 2 + PointerSize + getULEB128Size(PointerSize + 1); in emitLineTableForUnit()
558 LineSectionSize += 1 + getULEB128Size(FileNum); in emitLineTableForUnit()
564 LineSectionSize += 1 + getULEB128Size(Column); in emitLineTableForUnit()
574 LineSectionSize += 1 + getULEB128Size(Isa); in emitLineTableForUnit()
579 LineSectionSize += 1; in emitLineTableForUnit()
583 LineSectionSize += 1; in emitLineTableForUnit()
588 LineSectionSize += 1; in emitLineTableForUnit()
593 LineSectionSize += 1; in emitLineTableForUnit()
600 LineSectionSize += EncodingBuffer.size(); in emitLineTableForUnit()
609 LineSectionSize += 1 + getSLEB128Size(LineDelta); in emitLineTableForUnit()
614 LineSectionSize += 1 + getULEB128Size(AddressDelta); in emitLineTableForUnit()
619 LineSectionSize += EncodingBuffer.size(); in emitLineTableForUnit()
631 LineSectionSize += EncodingBuffer.size(); in emitLineTableForUnit()
662 LineSectionSize += 6; in translateLineTable()
669 LineSectionSize += 4; in translateLineTable()
677 LineSectionSize += Offset - AfterHeaderLengthOffset; in translateLineTable()
687 LineSectionSize += Translated.size() + 1; in translateLineTable()
690 LineSectionSize += 1; in translateLineTable()
699 LineSectionSize += Translated.size() + 1; in translateLineTable()
705 LineSectionSize += Offset - OffsetBeforeLEBs; in translateLineTable()
708 LineSectionSize += 1; in translateLineTable()
714 LineSectionSize += UnitEnd - Offset; in translateLineTable()