Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2573 uint64_t OutputDebugInfoSize = in cloneAllCompileUnits() local
2575 const uint64_t StartOutputDebugInfoSize = OutputDebugInfoSize; in cloneAllCompileUnits()
2581 CurrentUnit->setStartOffset(OutputDebugInfoSize); in cloneAllCompileUnits()
2583 OutputDebugInfoSize = CurrentUnit->computeNextUnitOffset(DwarfVersion); in cloneAllCompileUnits()
2595 OutputDebugInfoSize = CurrentUnit->computeNextUnitOffset(DwarfVersion); in cloneAllCompileUnits()
2649 return OutputDebugInfoSize - StartOutputDebugInfoSize; in cloneAllCompileUnits()