Searched refs:OutputDIE (Results 1 – 1 of 1) sorted by relevance
2296 if (auto *OutputDIE = Unit.getOutputUnitDIE()) { in patchLineTableForUnit() local2297 const auto &Abbrev = OutputDIE->getAbbrev().getData(); in patchLineTableForUnit()2304 cast<DIEInteger>(OutputDIE->getValues()[Stmt - Abbrev.begin()]); in patchLineTableForUnit()2493 DIE *OutputDIE = cloneDIE(*InputDIE, CurrentUnit, 0 /* PCOffset */, in link() local2495 CurrentUnit.setOutputUnitDIE(OutputDIE); in link()2503 if (!OutputDIE) in link()