Home
last modified time | relevance | path

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

/external/llvm/tools/dsymutil/
DDwarfLinker.cpp417 DIE *RefDie; in fixupForwardReferences() local
421 std::tie(RefDie, RefUnit, Ctxt, Attr) = Ref; in fixupForwardReferences()
425 Attr.set(RefDie->getOffset() + RefUnit->getStartOffset()); in fixupForwardReferences()
1487 if (const auto *RefDie = RefCU->getOrigUnit().getDIEForOffset(RefOffset)) in resolveDIEReference() local
1488 return RefDie; in resolveDIEReference()
2316 const DWARFDebugInfoEntryMinimal *RefDie = in cloneDieReferenceAttribute() local
2320 if (!RefDie) in cloneDieReferenceAttribute()
2323 unsigned Idx = RefUnit->getOrigUnit().getDIEIndex(RefDie); in cloneDieReferenceAttribute()
2342 RefInfo.Clone = DIE::get(DIEAlloc, dwarf::Tag(RefDie->getTag())); in cloneDieReferenceAttribute()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1920 StringRef Identifier, DIE &RefDie, in addDwarfTypeUnitType() argument
1930 CU.addDIETypeSignature(RefDie, *TU); in addDwarfTypeUnitType()
1980 CU.constructTypeDIE(RefDie, cast<DICompositeType>(CTy)); in addDwarfTypeUnitType()
1989 CU.addDIETypeSignature(RefDie, NewTU); in addDwarfTypeUnitType()