Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h162 uint64_t getDebugInfoSectionSize() const override { in getDebugInfoSectionSize() function
H A DDWARFLinker.h197 virtual uint64_t getDebugInfoSectionSize() const = 0;
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp2267 Linker.Options.NoOutput ? 0 : Emitter->getDebugInfoSectionSize(); in cloneAllCompileUnits()
2335 assert(Emitter->getDebugInfoSectionSize() == in cloneAllCompileUnits()
2339 assert(Emitter->getDebugInfoSectionSize() == in cloneAllCompileUnits()
2559 Options.NoOutput ? 0 : TheDwarfEmitter->getDebugInfoSectionSize(); in link()