Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp609 CompileUnit::DIEInfo &RefInfo) { in updateRefIncompleteness() argument
626 if (RefInfo.Incomplete) in updateRefIncompleteness()
926 CompileUnit::DIEInfo &RefInfo = RefUnit->getInfo(RefDie); in cloneDieReferenceAttribute() local
931 Ctxt = RefInfo.Ctxt; in cloneDieReferenceAttribute()
940 if (!RefInfo.Clone) { in cloneDieReferenceAttribute()
944 RefInfo.Clone = DIE::get(DIEAlloc, dwarf::Tag(RefDie.getTag())); in cloneDieReferenceAttribute()
946 NewRefDie = RefInfo.Clone; in cloneDieReferenceAttribute()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2381 CompileUnit::DIEInfo &RefInfo = RefUnit->getInfo(Idx); in cloneDieReferenceAttribute() local
2386 Ctxt = RefInfo.Ctxt; in cloneDieReferenceAttribute()
2395 if (!RefInfo.Clone) { in cloneDieReferenceAttribute()
2399 RefInfo.Clone = DIE::get(DIEAlloc, dwarf::Tag(RefDie->getTag())); in cloneDieReferenceAttribute()
2401 NewRefDie = RefInfo.Clone; in cloneDieReferenceAttribute()