Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp108 LineSectionSize = 0; in init()
519 LineSectionSize += EncodingBuffer.size(); in emitLineTableForUnit()
579 LineSectionSize += 1; in emitLineTableForUnit()
583 LineSectionSize += 1; in emitLineTableForUnit()
588 LineSectionSize += 1; in emitLineTableForUnit()
593 LineSectionSize += 1; in emitLineTableForUnit()
662 LineSectionSize += 6; in translateLineTable()
669 LineSectionSize += 4; in translateLineTable()
690 LineSectionSize += 1; in translateLineTable()
708 LineSectionSize += 1; in translateLineTable()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h121 uint64_t getLineSectionSize() const override { return LineSectionSize; } in getLineSectionSize()
195 uint64_t LineSectionSize = 0; variable