Home
last modified time | relevance | path

Searched refs:getLineSectionSize (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h126 uint64_t getLineSectionSize() const override { return LineSectionSize; } in getLineSectionSize() function
H A DDWARFLinker.h188 virtual uint64_t getLineSectionSize() const = 0;
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1779 DIEInteger(TheDwarfEmitter->getLineSectionSize())); in patchLineTableForUnit()