Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.cpp120 DebugInfoSectionSize = 0; in init()
148 DebugInfoSectionSize += 12; in emitCompileUnitHeader()
153 DebugInfoSectionSize += 11; in emitCompileUnitHeader()
160 DebugInfoSectionSize += Die.getSize(); in emitDIE()
H A DDWARFEmitterImpl.h75 uint64_t getDebugInfoSectionSize() const { return DebugInfoSectionSize; } in getDebugInfoSectionSize()
126 uint64_t DebugInfoSectionSize = 0; variable
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFEmitterImpl.h
H A DDWARFEmitterImpl.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h198 return DebugInfoSectionSize; in getDebugInfoSectionSize()
306 uint64_t DebugInfoSectionSize = 0; variable
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp146 DebugInfoSectionSize = 0; in init()
196 DebugInfoSectionSize += 12; in emitCompileUnitHeader()
202 DebugInfoSectionSize += 11; in emitCompileUnitHeader()
223 DebugInfoSectionSize += Die.getSize(); in emitDIE()