Searched refs:ClonedDIE (Results 1 – 1 of 1) sorted by relevance
1300 std::pair<DIE *, TypeEntry *> ClonedDIE; in cloneDIE() local1307 ClonedDIE.first = createPlainDIEandCloneAttributes( in cloneDIE()1317 ClonedDIE.second = createTypeDIEandCloneAttributes( in cloneDIE()1322 ClonedDIE.second ? ClonedDIE.second : ClonedParentTypeDIE; in cloneDIE()1325 (ClonedDIE.first && Info.getKeepPlainChildren()); in cloneDIE()1328 ((ClonedDIE.second || in cloneDIE()1348 assert(ClonedDIE.first == nullptr || in cloneDIE()1349 HasPlainChildrenToClone == ClonedDIE.first->hasChildren()); in cloneDIE()1357 if (ClonedDIE.first != nullptr) in cloneDIE()1358 ClonedDIE.first->setSize(OutOffset - ClonedDIE.first->getOffset()); in cloneDIE()[all …]