Home
last modified time | relevance | path

Searched refs:LineSectionSize (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp109 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 …]
/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h128 uint64_t getLineSectionSize() const override { return LineSectionSize; } in getLineSectionSize()
202 uint64_t LineSectionSize = 0; variable