Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp90 if (const auto RefDie = RefCU->getOrigUnit().getDIEForOffset(RefOffset)) { in resolveDIEReference() local
93 if (!RefDie.isNULL()) in resolveDIEReference()
94 return RefDie; in resolveDIEReference()
767 if (auto RefDie = in lookForRefDIEsToKeep() local
769 CompileUnit::DIEInfo &Info = ReferencedCU->getInfo(RefDie); in lookForRefDIEsToKeep()
789 ReferencedDIEs.emplace_back(RefDie, *ReferencedCU); in lookForRefDIEsToKeep()
1095 DWARFDie RefDie = in cloneDieReferenceAttribute() local
1099 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 …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp3437 StringRef Identifier, DIE &RefDie, in addDwarfTypeUnitType() argument
3447 CU.addDIETypeSignature(RefDie, Ins.first->second); in addDwarfTypeUnitType()
3520 CU.constructTypeDIE(RefDie, cast<DICompositeType>(CTy)); in addDwarfTypeUnitType()
3542 CU.addDIETypeSignature(RefDie, Signature); in addDwarfTypeUnitType()