Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h164 uint64_t getDebugInfoSectionSize() const override { in getDebugInfoSectionSize() function
H A DDWARFLinker.h190 virtual uint64_t getDebugInfoSectionSize() const = 0;
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp2167 Linker.Options.NoOutput ? 0 : Emitter->getDebugInfoSectionSize(); in cloneAllCompileUnits()
2231 assert(Emitter->getDebugInfoSectionSize() == in cloneAllCompileUnits()
2235 assert(Emitter->getDebugInfoSectionSize() == in cloneAllCompileUnits()
2493 Options.NoOutput ? 0 : TheDwarfEmitter->getDebugInfoSectionSize(); in link()