Searched refs:RefDie (Results 1 – 4 of 4) sorted by relevance
90 if (const auto RefDie = RefCU->getOrigUnit().getDIEForOffset(RefOffset)) { in resolveDIEReference() local93 if (!RefDie.isNULL()) in resolveDIEReference()94 return RefDie; in resolveDIEReference()767 if (auto RefDie = in lookForRefDIEsToKeep() local769 CompileUnit::DIEInfo &Info = ReferencedCU->getInfo(RefDie); in lookForRefDIEsToKeep()789 ReferencedDIEs.emplace_back(RefDie, *ReferencedCU); in lookForRefDIEsToKeep()1095 DWARFDie RefDie = in cloneDieReferenceAttribute() local1099 if (!RefDie || AttrSpec.Attr == dwarf::DW_AT_sibling) in cloneDieReferenceAttribute()1102 CompileUnit::DIEInfo &RefInfo = RefUnit->getInfo(RefDie); in cloneDieReferenceAttribute()1120 RefInfo.Clone = DIE::get(DIEAlloc, dwarf::Tag(RefDie.getTag())); in cloneDieReferenceAttribute()[all …]
3437 StringRef Identifier, DIE &RefDie, in addDwarfTypeUnitType() argument3447 CU.addDIETypeSignature(RefDie, Ins.first->second); in addDwarfTypeUnitType()3520 CU.constructTypeDIE(RefDie, cast<DICompositeType>(CTy)); in addDwarfTypeUnitType()3542 CU.addDIETypeSignature(RefDie, Signature); in addDwarfTypeUnitType()