Searched refs:CurrentUnit (Results 1 – 1 of 1) sorted by relevance
2140 for (auto &CurrentUnit : CompileUnits) { in cloneAllCompileUnits() local2149 if (CurrentUnit->getInfo(0).Keep) { in cloneAllCompileUnits()2152 CurrentUnit->createOutputDIE(); in cloneAllCompileUnits()2155 CurrentUnit->getOutputUnitDIE()); in cloneAllCompileUnits()2181 File, *CurrentUnit, Buffer); in cloneAllCompileUnits()2190 for (auto &CurrentUnit : CompileUnits) { in cloneAllCompileUnits() local2192 Linker.generateUnitRanges(*CurrentUnit); in cloneAllCompileUnits()2194 CurrentUnit->fixupForwardReferences(); in cloneAllCompileUnits()2196 if (!CurrentUnit->getOutputUnitDIE()) in cloneAllCompileUnits()2202 CurrentUnit->getStartOffset()); in cloneAllCompileUnits()[all …]