Lines Matching refs:LineSectionSize
388 uint32_t LineSectionSize; member in llvm::dsymutil::__anon5c7ea04f0111::DwarfStreamer
455 uint32_t getLineSectionSize() const { return LineSectionSize; } in getLineSectionSize()
530 LineSectionSize = 0; in init()
781 LineSectionSize += PrologueBytes.size() + 4; in emitLineTableForUnit()
791 LineSectionSize += EncodingBuffer.size(); in emitLineTableForUnit()
815 LineSectionSize += 2 + PointerSize + getULEB128Size(PointerSize + 1); in emitLineTableForUnit()
831 LineSectionSize += 1 + getULEB128Size(FileNum); in emitLineTableForUnit()
837 LineSectionSize += 1 + getULEB128Size(Column); in emitLineTableForUnit()
847 LineSectionSize += 1 + getULEB128Size(Isa); in emitLineTableForUnit()
852 LineSectionSize += 1; in emitLineTableForUnit()
856 LineSectionSize += 1; in emitLineTableForUnit()
861 LineSectionSize += 1; in emitLineTableForUnit()
866 LineSectionSize += 1; in emitLineTableForUnit()
873 LineSectionSize += EncodingBuffer.size(); in emitLineTableForUnit()
883 LineSectionSize += 1 + getSLEB128Size(LineDelta); in emitLineTableForUnit()
888 LineSectionSize += 1 + getULEB128Size(AddressDelta); in emitLineTableForUnit()
892 LineSectionSize += EncodingBuffer.size(); in emitLineTableForUnit()
904 LineSectionSize += EncodingBuffer.size(); in emitLineTableForUnit()