Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.h74 uint64_t getDebugInfoSectionSize() const { return DebugInfoSectionSize; } in getDebugInfoSectionSize() function
/src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h193 uint64_t getDebugInfoSectionSize() const override { in getDebugInfoSectionSize() function
H A DDWARFLinker.h176 virtual uint64_t getDebugInfoSectionSize() const = 0;
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2594 (Emitter == nullptr) ? 0 : Emitter->getDebugInfoSectionSize(); in cloneAllCompileUnits()
2660 assert(Emitter->getDebugInfoSectionSize() == in cloneAllCompileUnits()
2664 assert(Emitter->getDebugInfoSectionSize() == in cloneAllCompileUnits()
2798 : TheDwarfEmitter->getDebugInfoSectionSize(); in link()