Lines Matching refs:LineSectionSize
109 LineSectionSize = 0; in init()
523 LineSectionSize += PrologueBytes.size() + 4; in emitLineTableForUnit()
534 LineSectionSize += EncodingBuffer.size(); in emitLineTableForUnit()
556 LineSectionSize += 2 + PointerSize + getULEB128Size(PointerSize + 1); in emitLineTableForUnit()
571 LineSectionSize += 1 + getULEB128Size(FileNum); in emitLineTableForUnit()
577 LineSectionSize += 1 + getULEB128Size(Column); in emitLineTableForUnit()
587 LineSectionSize += 1 + getULEB128Size(Isa); in emitLineTableForUnit()
592 LineSectionSize += 1; in emitLineTableForUnit()
596 LineSectionSize += 1; in emitLineTableForUnit()
601 LineSectionSize += 1; in emitLineTableForUnit()
606 LineSectionSize += 1; in emitLineTableForUnit()
613 LineSectionSize += EncodingBuffer.size(); in emitLineTableForUnit()
622 LineSectionSize += 1 + getSLEB128Size(LineDelta); in emitLineTableForUnit()
627 LineSectionSize += 1 + getULEB128Size(AddressDelta); in emitLineTableForUnit()
632 LineSectionSize += EncodingBuffer.size(); in emitLineTableForUnit()
644 LineSectionSize += EncodingBuffer.size(); in emitLineTableForUnit()
675 LineSectionSize += 6; in translateLineTable()
682 LineSectionSize += 4; in translateLineTable()
690 LineSectionSize += Offset - AfterHeaderLengthOffset; in translateLineTable()
700 LineSectionSize += Translated.size() + 1; in translateLineTable()
703 LineSectionSize += 1; in translateLineTable()
712 LineSectionSize += Translated.size() + 1; in translateLineTable()
718 LineSectionSize += Offset - OffsetBeforeLEBs; in translateLineTable()
721 LineSectionSize += 1; in translateLineTable()
727 LineSectionSize += UnitEnd - Offset; in translateLineTable()