Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp669 CompileUnit::DIEInfo &RefInfo) { in updateRefIncompleteness() argument
686 if (RefInfo.Incomplete) in updateRefIncompleteness()
1102 CompileUnit::DIEInfo &RefInfo = RefUnit->getInfo(RefDie); in cloneDieReferenceAttribute() local
1106 if (isODRAttribute(AttrSpec.Attr) && RefInfo.Ctxt && in cloneDieReferenceAttribute()
1107 RefInfo.Ctxt->getCanonicalDIEOffset()) { in cloneDieReferenceAttribute()
1108 assert(RefInfo.Ctxt->hasCanonicalDIE() && in cloneDieReferenceAttribute()
1110 DIEInteger Attr(RefInfo.Ctxt->getCanonicalDIEOffset()); in cloneDieReferenceAttribute()
1116 if (!RefInfo.Clone) { in cloneDieReferenceAttribute()
1119 RefInfo.UnclonedReference = true; in cloneDieReferenceAttribute()
1120 RefInfo.Clone = DIE::get(DIEAlloc, dwarf::Tag(RefDie.getTag())); in cloneDieReferenceAttribute()
[all …]
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDependencyTracker.cpp658 CompileUnit::DIEInfo &RefInfo = RefDie->CU->getDIEInfo(RefDie->DieEntry); in maybeAddReferencedRoots() local
659 if (!RefInfo.getODRAvailable()) in maybeAddReferencedRoots()
661 else if (RefInfo.getODRAvailable() && in maybeAddReferencedRoots()