Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp2170 for (auto &CurrentUnit : CompileUnits) { in cloneAllCompileUnits() local
2179 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() local
2222 Linker.generateUnitRanges(*CurrentUnit); in cloneAllCompileUnits()
2224 CurrentUnit->fixupForwardReferences(); in cloneAllCompileUnits()
2226 if (!CurrentUnit->getOutputUnitDIE()) in cloneAllCompileUnits()
2232 CurrentUnit->getStartOffset()); in cloneAllCompileUnits()
[all …]