Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp112 LineSectionSize = 0; in init()
502 LineSectionSize += PrologueBytes.size() + 4; in emitLineTableForUnit()
513 LineSectionSize += EncodingBuffer.size(); in emitLineTableForUnit()
535 LineSectionSize += 2 + PointerSize + getULEB128Size(PointerSize + 1); in emitLineTableForUnit()
550 LineSectionSize += 1 + getULEB128Size(FileNum); in emitLineTableForUnit()
556 LineSectionSize += 1 + getULEB128Size(Column); in emitLineTableForUnit()
566 LineSectionSize += 1 + getULEB128Size(Isa); in emitLineTableForUnit()
571 LineSectionSize += 1; in emitLineTableForUnit()
575 LineSectionSize += 1; in emitLineTableForUnit()
580 LineSectionSize += 1; in emitLineTableForUnit()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h126 uint64_t getLineSectionSize() const override { return LineSectionSize; } in getLineSectionSize()
218 uint64_t LineSectionSize = 0; variable