Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2710 uint64_t OutputDebugInfoSize = in cloneAllCompileUnits() local
2712 const uint64_t StartOutputDebugInfoSize = OutputDebugInfoSize; in cloneAllCompileUnits()
2718 CurrentUnit->setStartOffset(OutputDebugInfoSize); in cloneAllCompileUnits()
2720 OutputDebugInfoSize = CurrentUnit->computeNextUnitOffset(DwarfVersion); in cloneAllCompileUnits()
2732 OutputDebugInfoSize = CurrentUnit->computeNextUnitOffset(DwarfVersion); in cloneAllCompileUnits()
2786 return OutputDebugInfoSize - StartOutputDebugInfoSize; in cloneAllCompileUnits()