Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h128 uint64_t getLineSectionSize() const override { return LineSectionSize; } in getLineSectionSize() function
H A DDWARFLinker.h181 virtual uint64_t getLineSectionSize() const = 0;
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1691 DIEInteger(TheDwarfEmitter->getLineSectionSize())); in patchLineTableForUnit()