Searched refs:getDebugInfoSectionSize (Results 1 – 4 of 4) sorted by relevance
193 virtual uint64_t getDebugInfoSectionSize() const = 0;
157 uint64_t getDebugInfoSectionSize() const override { in getDebugInfoSectionSize() function
198 virtual uint64_t getDebugInfoSectionSize() const = 0;
2169 Linker.Options.NoOutput ? 0 : Emitter->getDebugInfoSectionSize(); in cloneAllCompileUnits()2229 assert(Emitter->getDebugInfoSectionSize() == in cloneAllCompileUnits()2233 assert(Emitter->getDebugInfoSectionSize() == in cloneAllCompileUnits()2442 Options.NoOutput ? 0 : TheDwarfEmitter->getDebugInfoSectionSize(); in link()