Searched refs:LineSectionSize (Results 1 – 2 of 2) sorted by relevance
109 LineSectionSize = 0; in init()534 LineSectionSize += EncodingBuffer.size(); in emitLineTableForUnit()592 LineSectionSize += 1; in emitLineTableForUnit()596 LineSectionSize += 1; in emitLineTableForUnit()601 LineSectionSize += 1; in emitLineTableForUnit()606 LineSectionSize += 1; in emitLineTableForUnit()675 LineSectionSize += 6; in translateLineTable()682 LineSectionSize += 4; in translateLineTable()703 LineSectionSize += 1; in translateLineTable()721 LineSectionSize += 1; in translateLineTable()[all …]
128 uint64_t getLineSectionSize() const override { return LineSectionSize; } in getLineSectionSize()202 uint64_t LineSectionSize = 0; variable