Home
last modified time | relevance | path

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

/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2296 if (auto *OutputDIE = Unit.getOutputUnitDIE()) { in patchLineTableForUnit() local
2297 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() local
2495 CurrentUnit.setOutputUnitDIE(OutputDIE); in link()
2503 if (!OutputDIE) in link()