Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2593 uint64_t OutputDebugInfoSize = in cloneAllCompileUnits() local
2595 const uint64_t StartOutputDebugInfoSize = OutputDebugInfoSize; in cloneAllCompileUnits()
2601 CurrentUnit->setStartOffset(OutputDebugInfoSize); in cloneAllCompileUnits()
2603 OutputDebugInfoSize = CurrentUnit->computeNextUnitOffset(DwarfVersion); in cloneAllCompileUnits()
2615 OutputDebugInfoSize = CurrentUnit->computeNextUnitOffset(DwarfVersion); in cloneAllCompileUnits()
2669 return OutputDebugInfoSize - StartOutputDebugInfoSize; in cloneAllCompileUnits()