Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp144 LineSectionSize = 0; in init()
823 LineSectionSize += 4; in emitLineTableForUnit()
826 LineTable.Prologue.FormParams.Format, LineSectionSize); in emitLineTableForUnit()
845 LineSectionSize += 2; in emitLineTablePrologue()
849 LineSectionSize += 1; in emitLineTablePrologue()
853 LineSectionSize += 1; in emitLineTablePrologue()
858 LineSectionSize); in emitLineTablePrologue()
873 LineSectionSize += 1; in emitLineTablePrologueV2IncludeAndFileTable()
882 LineSectionSize += MS->emitULEB128IntValue(File.DirIdx); in emitLineTablePrologueV2IncludeAndFileTable()
885 LineSectionSize += MS->emitULEB128IntValue(File.ModTime); in emitLineTablePrologueV2IncludeAndFileTable()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFEmitterImpl.h
H A DDWARFEmitterImpl.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h161 uint64_t getLineSectionSize() const override { return LineSectionSize; } in getLineSectionSize()
304 uint64_t LineSectionSize = 0; variable