Searched refs:RefDie (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinkerCompileUnit.cpp | |
| H A D | DWARFLinker.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinkerCompileUnit.cpp | 145 DIE *RefDie; in fixupForwardReferences() local 149 std::tie(RefDie, RefUnit, Ctxt, Attr) = Ref; in fixupForwardReferences() 155 assert(RefDie->getOffset() && "Referenced die offset is not set"); in fixupForwardReferences() 156 Attr.set(RefDie->getOffset() + RefUnit->getStartOffset()); in fixupForwardReferences()
|
| H A D | DWARFLinker.cpp | 90 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/DWARFLinker/Parallel/ |
| H A D | SyntheticTypeNameBuilder.cpp | 283 std::optional<UnitEntryPairTy> RefDie = in addReferencedODRDies() local 287 if (!RefDie) in addReferencedODRDies() 290 if (!RefDie->DieEntry) in addReferencedODRDies() 304 addDIETypeName(*RefDie, std::nullopt, AssignNameToTypeDescriptor)) in addReferencedODRDies()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 3886 StringRef Identifier, DIE &RefDie, in addDwarfTypeUnitType() argument 3896 CU.addDIETypeSignature(RefDie, Ins.first->second); in addDwarfTypeUnitType() 3969 CU.constructTypeDIE(RefDie, cast<DICompositeType>(CTy)); in addDwarfTypeUnitType() 3970 CU.updateAcceleratorTables(CTy->getScope(), CTy, RefDie); in addDwarfTypeUnitType() 3992 CU.addDIETypeSignature(RefDie, Signature); in addDwarfTypeUnitType()
|