Home | History | Annotate | Download | only in dsymutil

Lines Matching refs:RefInfo

2381   CompileUnit::DIEInfo &RefInfo = RefUnit->getInfo(Idx);
2386 Ctxt = RefInfo.Ctxt;
2395 if (!RefInfo.Clone) {
2399 RefInfo.Clone = DIE::get(DIEAlloc, dwarf::Tag(RefDie->getTag()));
2401 NewRefDie = RefInfo.Clone;