Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp88 DIE *RefDie; in fixupForwardReferences() local
92 std::tie(RefDie, RefUnit, Ctxt, Attr) = Ref; in fixupForwardReferences()
98 Attr.set(RefDie->getOffset() + RefUnit->getStartOffset()); in fixupForwardReferences()
H A DDWARFLinker.cpp77 if (!RefDie.isNULL()) in resolveDIEReference()
78 return RefDie; in resolveDIEReference()
671 if (auto RefDie = in lookForRefDIEsToKeep() local
673 CompileUnit::DIEInfo &Info = ReferencedCU->getInfo(RefDie); in lookForRefDIEsToKeep()
693 ReferencedDIEs.emplace_back(RefDie, *ReferencedCU); in lookForRefDIEsToKeep()
915 DWARFDie RefDie = in cloneDieReferenceAttribute() local
919 if (!RefDie || AttrSpec.Attr == dwarf::DW_AT_sibling) in cloneDieReferenceAttribute()
922 CompileUnit::DIEInfo &RefInfo = RefUnit->getInfo(RefDie); in cloneDieReferenceAttribute()
940 RefInfo.Clone = DIE::get(DIEAlloc, dwarf::Tag(RefDie.getTag())); in cloneDieReferenceAttribute()
1014 auto RefDie = Unit.getOrigUnit().getDIEForOffset(RefOffset); in cloneExpression() local
[all …]
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDwarfGenerator.h118 void addAttribute(uint16_t Attr, dwarf::Form Form, dwarfgen::DIE &RefDie);
H A DDwarfGenerator.cpp99 dwarfgen::DIE &RefDie) { in addAttribute() argument
102 DIEEntry(*RefDie.Die)); in addAttribute()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp3369 StringRef Identifier, DIE &RefDie, in addDwarfTypeUnitType() argument
3379 CU.addDIETypeSignature(RefDie, Ins.first->second); in addDwarfTypeUnitType()
3440 CU.constructTypeDIE(RefDie, cast<DICompositeType>(CTy)); in addDwarfTypeUnitType()
3451 CU.addDIETypeSignature(RefDie, Signature); in addDwarfTypeUnitType()