Searched refs:RefDie (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinkerCompileUnit.cpp | 88 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 D | DWARFLinker.cpp | 77 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 D | DwarfGenerator.h | 118 void addAttribute(uint16_t Attr, dwarf::Form Form, dwarfgen::DIE &RefDie);
|
| H A D | DwarfGenerator.cpp | 99 dwarfgen::DIE &RefDie) { in addAttribute() argument 102 DIEEntry(*RefDie.Die)); in addAttribute()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 3369 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()
|