Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h193 virtual uint64_t getDebugInfoSectionSize() const = 0;
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFStreamer.h157 uint64_t getDebugInfoSectionSize() const override { in getDebugInfoSectionSize() function
DDWARFLinker.h198 virtual uint64_t getDebugInfoSectionSize() const = 0;
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp2169 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()