Searched refs:getDebugInfoSectionSize (Results 1 – 3 of 3) sorted by relevance
164 uint64_t getDebugInfoSectionSize() const override { in getDebugInfoSectionSize() function
190 virtual uint64_t getDebugInfoSectionSize() const = 0;
2167 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()