Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2714 for (auto &CurrentUnit : CompileUnits) { in cloneAllCompileUnits() local
2715 const uint16_t DwarfVersion = CurrentUnit->getOrigUnit().getVersion(); in cloneAllCompileUnits()
2717 auto InputDIE = CurrentUnit->getOrigUnit().getUnitDIE(); in cloneAllCompileUnits()
2718 CurrentUnit->setStartOffset(OutputDebugInfoSize); in cloneAllCompileUnits()
2720 OutputDebugInfoSize = CurrentUnit->computeNextUnitOffset(DwarfVersion); in cloneAllCompileUnits()
2723 if (CurrentUnit->getInfo(0).Keep) { in cloneAllCompileUnits()
2726 CurrentUnit->createOutputDIE(); in cloneAllCompileUnits()
2727 rememberUnitForMacroOffset(*CurrentUnit); in cloneAllCompileUnits()
2728 cloneDIE(InputDIE, File, *CurrentUnit, 0 /* PC offset */, UnitHeaderSize, in cloneAllCompileUnits()
2729 0, IsLittleEndian, CurrentUnit->getOutputUnitDIE()); in cloneAllCompileUnits()
[all …]