Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp2140 for (auto &CurrentUnit : CompileUnits) { in cloneAllCompileUnits() local
2149 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() local
2192 Linker.generateUnitRanges(*CurrentUnit); in cloneAllCompileUnits()
2194 CurrentUnit->fixupForwardReferences(); in cloneAllCompileUnits()
2196 if (!CurrentUnit->getOutputUnitDIE()) in cloneAllCompileUnits()
2202 CurrentUnit->getStartOffset()); in cloneAllCompileUnits()
[all …]