Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp2166 uint64_t OutputDebugInfoSize = in cloneAllCompileUnits() local
2168 const uint64_t StartOutputDebugInfoSize = OutputDebugInfoSize; in cloneAllCompileUnits()
2174 CurrentUnit->setStartOffset(OutputDebugInfoSize); in cloneAllCompileUnits()
2176 OutputDebugInfoSize = CurrentUnit->computeNextUnitOffset(DwarfVersion); in cloneAllCompileUnits()
2188 OutputDebugInfoSize = CurrentUnit->computeNextUnitOffset(DwarfVersion); in cloneAllCompileUnits()
2240 return OutputDebugInfoSize - StartOutputDebugInfoSize; in cloneAllCompileUnits()