Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h157 uint64_t getLineSectionSize() const override { return LineSectionSize; } in getLineSectionSize() function
H A DDWARFLinker.h164 virtual uint64_t getLineSectionSize() const = 0;
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2138 patchStmtList(*OutputDIE, DIEInteger(Emitter->getLineSectionSize())); in generateLineTableForUnit()