Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp567 CompileUnit::DIEInfo &RefInfo) { in updateRefIncompleteness() argument
584 if (RefInfo.Incomplete) in updateRefIncompleteness()
886 CompileUnit::DIEInfo &RefInfo = RefUnit->getInfo(RefDie); in cloneDieReferenceAttribute() local
891 Ctxt = RefInfo.Ctxt; in cloneDieReferenceAttribute()
900 if (!RefInfo.Clone) { in cloneDieReferenceAttribute()
904 RefInfo.Clone = DIE::get(DIEAlloc, dwarf::Tag(RefDie.getTag())); in cloneDieReferenceAttribute()
906 NewRefDie = RefInfo.Clone; in cloneDieReferenceAttribute()