Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp144 LineSectionSize = 0; in init()
844 LineSectionSize += 2; in emitLineTablePrologue()
872 LineSectionSize += 1; in emitLineTablePrologueV2IncludeAndFileTable()
891 LineSectionSize += 1; in emitLineTablePrologueV2IncludeAndFileTable()
908 LineSectionSize += in emitLineTablePrologueV5IncludeAndFileTable()
1006 LineSectionSize += 1; in emitLineTableProloguePayload()
1014 LineSectionSize += 1; in emitLineTableProloguePayload()
1017 LineSectionSize += 1; in emitLineTableProloguePayload()
1020 LineSectionSize += 1; in emitLineTableProloguePayload()
1023 LineSectionSize += 1; in emitLineTableProloguePayload()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h160 uint64_t getLineSectionSize() const override { return LineSectionSize; } in getLineSectionSize()
304 uint64_t LineSectionSize = 0; variable