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()
822 LineSectionSize += 4; in emitLineTableForUnit()
825 LineTable.Prologue.FormParams.Format, LineSectionSize); in emitLineTableForUnit()
844 LineSectionSize += 2; in emitLineTablePrologue()
848 LineSectionSize += 1; in emitLineTablePrologue()
852 LineSectionSize += 1; in emitLineTablePrologue()
857 LineSectionSize); in emitLineTablePrologue()
872 LineSectionSize += 1; in emitLineTablePrologueV2IncludeAndFileTable()
881 LineSectionSize += MS->emitULEB128IntValue(File.DirIdx); in emitLineTablePrologueV2IncludeAndFileTable()
884 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.h157 uint64_t getLineSectionSize() const override { return LineSectionSize; } in getLineSectionSize()
300 uint64_t LineSectionSize = 0; variable