Searched refs:RefDie (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinkerCompileUnit.cpp | 90 DIE *RefDie; in fixupForwardReferences() local 94 std::tie(RefDie, RefUnit, Ctxt, Attr) = Ref; in fixupForwardReferences() 98 Attr.set(RefDie->getOffset() + RefUnit->getStartOffset()); in fixupForwardReferences()
|
| H A D | DWARFLinker.cpp | 73 if (const auto RefDie = RefCU->getOrigUnit().getDIEForOffset(RefOffset)) { in resolveDIEReference() local 76 if (!RefDie.isNULL()) in resolveDIEReference() 77 return RefDie; in resolveDIEReference() 644 if (auto RefDie = in lookForRefDIEsToKeep() local 646 CompileUnit::DIEInfo &Info = ReferencedCU->getInfo(RefDie); in lookForRefDIEsToKeep() 669 ReferencedDIEs.emplace_back(RefDie, *ReferencedCU); in lookForRefDIEsToKeep() 879 DWARFDie RefDie = in cloneDieReferenceAttribute() local 883 if (!RefDie || AttrSpec.Attr == dwarf::DW_AT_sibling) in cloneDieReferenceAttribute() 886 CompileUnit::DIEInfo &RefInfo = RefUnit->getInfo(RefDie); in cloneDieReferenceAttribute() 904 RefInfo.Clone = DIE::get(DIEAlloc, dwarf::Tag(RefDie.getTag())); in cloneDieReferenceAttribute() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 3292 StringRef Identifier, DIE &RefDie, in addDwarfTypeUnitType() argument 3302 CU.addDIETypeSignature(RefDie, Ins.first->second); in addDwarfTypeUnitType() 3363 CU.constructTypeDIE(RefDie, cast<DICompositeType>(CTy)); in addDwarfTypeUnitType() 3374 CU.addDIETypeSignature(RefDie, Signature); in addDwarfTypeUnitType()
|