Home
last modified time | relevance | path

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

/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2324 CompileUnit::DIEInfo &RefInfo = RefUnit->getInfo(Idx); in cloneDieReferenceAttribute() local
2329 Ctxt = RefInfo.Ctxt; in cloneDieReferenceAttribute()
2338 if (!RefInfo.Clone) { in cloneDieReferenceAttribute()
2342 RefInfo.Clone = DIE::get(DIEAlloc, dwarf::Tag(RefDie->getTag())); in cloneDieReferenceAttribute()
2344 NewRefDie = RefInfo.Clone; in cloneDieReferenceAttribute()