Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp2136 uint64_t OutputDebugInfoSize = in cloneAllCompileUnits() local
2138 const uint64_t StartOutputDebugInfoSize = OutputDebugInfoSize; in cloneAllCompileUnits()
2144 CurrentUnit->setStartOffset(OutputDebugInfoSize); in cloneAllCompileUnits()
2146 OutputDebugInfoSize = CurrentUnit->computeNextUnitOffset(DwarfVersion); in cloneAllCompileUnits()
2158 OutputDebugInfoSize = CurrentUnit->computeNextUnitOffset(DwarfVersion); in cloneAllCompileUnits()
2210 return OutputDebugInfoSize - StartOutputDebugInfoSize; in cloneAllCompileUnits()