Searched refs:getDebugInfoSectionSize (Results 1 – 3 of 3) sorted by relevance
157 uint64_t getDebugInfoSectionSize() const override { in getDebugInfoSectionSize() function
207 virtual uint64_t getDebugInfoSectionSize() const = 0;
2137 Linker.Options.NoOutput ? 0 : Emitter->getDebugInfoSectionSize(); in cloneAllCompileUnits()2201 assert(Emitter->getDebugInfoSectionSize() == in cloneAllCompileUnits()2205 assert(Emitter->getDebugInfoSectionSize() == in cloneAllCompileUnits()2410 Options.NoOutput ? 0 : TheDwarfEmitter->getDebugInfoSectionSize(); in link()