Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.h75 uint64_t getDebugInfoSectionSize() const { return DebugInfoSectionSize; } in getDebugInfoSectionSize() function
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFEmitterImpl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h
H A DDWARFLinker.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h197 uint64_t getDebugInfoSectionSize() const override { in getDebugInfoSectionSize() function
H A DDWARFLinker.h180 virtual uint64_t getDebugInfoSectionSize() const = 0;
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2711 (Emitter == nullptr) ? 0 : Emitter->getDebugInfoSectionSize(); in cloneAllCompileUnits()
2777 assert(Emitter->getDebugInfoSectionSize() == in cloneAllCompileUnits()
2781 assert(Emitter->getDebugInfoSectionSize() == in cloneAllCompileUnits()
2915 : TheDwarfEmitter->getDebugInfoSectionSize(); in link()