Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2597 for (auto &CurrentUnit : CompileUnits) { in cloneAllCompileUnits() local
2598 const uint16_t DwarfVersion = CurrentUnit->getOrigUnit().getVersion(); in cloneAllCompileUnits()
2600 auto InputDIE = CurrentUnit->getOrigUnit().getUnitDIE(); in cloneAllCompileUnits()
2601 CurrentUnit->setStartOffset(OutputDebugInfoSize); in cloneAllCompileUnits()
2603 OutputDebugInfoSize = CurrentUnit->computeNextUnitOffset(DwarfVersion); in cloneAllCompileUnits()
2606 if (CurrentUnit->getInfo(0).Keep) { in cloneAllCompileUnits()
2609 CurrentUnit->createOutputDIE(); in cloneAllCompileUnits()
2610 rememberUnitForMacroOffset(*CurrentUnit); in cloneAllCompileUnits()
2611 cloneDIE(InputDIE, File, *CurrentUnit, 0 /* PC offset */, UnitHeaderSize, in cloneAllCompileUnits()
2612 0, IsLittleEndian, CurrentUnit->getOutputUnitDIE()); in cloneAllCompileUnits()
[all …]