Searched refs:CurrentUnit (Results 1 – 1 of 1) sorted by relevance
2170 for (auto &CurrentUnit : CompileUnits) { in cloneAllCompileUnits() local2179 if (CurrentUnit->getInfo(0).Keep) { in cloneAllCompileUnits()2182 CurrentUnit->createOutputDIE(); in cloneAllCompileUnits()2185 CurrentUnit->getOutputUnitDIE()); in cloneAllCompileUnits()2211 File, *CurrentUnit, Buffer); in cloneAllCompileUnits()2220 for (auto &CurrentUnit : CompileUnits) { in cloneAllCompileUnits() local2222 Linker.generateUnitRanges(*CurrentUnit); in cloneAllCompileUnits()2224 CurrentUnit->fixupForwardReferences(); in cloneAllCompileUnits()2226 if (!CurrentUnit->getOutputUnitDIE()) in cloneAllCompileUnits()2232 CurrentUnit->getStartOffset()); in cloneAllCompileUnits()[all …]