Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp2266 uint64_t OutputDebugInfoSize = in cloneAllCompileUnits() local
2268 const uint64_t StartOutputDebugInfoSize = OutputDebugInfoSize; in cloneAllCompileUnits()
2274 CurrentUnit->setStartOffset(OutputDebugInfoSize); in cloneAllCompileUnits()
2276 OutputDebugInfoSize = CurrentUnit->computeNextUnitOffset(DwarfVersion); in cloneAllCompileUnits()
2289 OutputDebugInfoSize = CurrentUnit->computeNextUnitOffset(DwarfVersion); in cloneAllCompileUnits()
2344 return OutputDebugInfoSize - StartOutputDebugInfoSize; in cloneAllCompileUnits()