Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp961 CompileUnit::DIEInfo &RefInfo = RefUnit->getInfo(Idx); in cloneDieReferenceAttribute() local
966 Ctxt = RefInfo.Ctxt; in cloneDieReferenceAttribute()
975 if (!RefInfo.Clone) { in cloneDieReferenceAttribute()
979 RefInfo.Clone = DIE::get(DIEAlloc, dwarf::Tag(RefDie.getTag())); in cloneDieReferenceAttribute()
981 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()