Lines Matching refs:LineSectionSize
488 uint32_t LineSectionSize; member in llvm::dsymutil::__anondabe43b60111::DwarfStreamer
557 uint32_t getLineSectionSize() const { return LineSectionSize; } in getLineSectionSize()
643 LineSectionSize = 0; in init()
899 LineSectionSize += PrologueBytes.size() + 4; in emitLineTableForUnit()
909 LineSectionSize += EncodingBuffer.size(); in emitLineTableForUnit()
933 LineSectionSize += 2 + PointerSize + getULEB128Size(PointerSize + 1); in emitLineTableForUnit()
949 LineSectionSize += 1 + getULEB128Size(FileNum); in emitLineTableForUnit()
955 LineSectionSize += 1 + getULEB128Size(Column); in emitLineTableForUnit()
965 LineSectionSize += 1 + getULEB128Size(Isa); in emitLineTableForUnit()
970 LineSectionSize += 1; in emitLineTableForUnit()
974 LineSectionSize += 1; in emitLineTableForUnit()
979 LineSectionSize += 1; in emitLineTableForUnit()
984 LineSectionSize += 1; in emitLineTableForUnit()
991 LineSectionSize += EncodingBuffer.size(); in emitLineTableForUnit()
1000 LineSectionSize += 1 + getSLEB128Size(LineDelta); in emitLineTableForUnit()
1005 LineSectionSize += 1 + getULEB128Size(AddressDelta); in emitLineTableForUnit()
1009 LineSectionSize += EncodingBuffer.size(); in emitLineTableForUnit()
1020 LineSectionSize += EncodingBuffer.size(); in emitLineTableForUnit()