Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h361 const unsigned AncestorIdx; member
367 : Die(Die), Type(T), CU(CU), Flags(Flags), AncestorIdx(0) {} in Die()
373 WorklistItem(unsigned AncestorIdx, CompileUnit &CU, unsigned Flags) in WorklistItem()
375 Flags(Flags), AncestorIdx(AncestorIdx) {} in WorklistItem()
429 void lookForParentDIEsToKeep(unsigned AncestorIdx, CompileUnit &CU,
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp733 unsigned AncestorIdx, CompileUnit &CU, unsigned Flags, in lookForParentDIEsToKeep() argument
736 if (CU.getInfo(AncestorIdx).Keep) in lookForParentDIEsToKeep()
740 DWARFDie ParentDIE = Unit.getDIEAtIndex(AncestorIdx); in lookForParentDIEsToKeep()
741 Worklist.emplace_back(CU.getInfo(AncestorIdx).ParentIdx, CU, Flags); in lookForParentDIEsToKeep()
798 lookForParentDIEsToKeep(Current.AncestorIdx, Current.CU, Current.Flags, in lookForDIEsToKeep()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2211 unsigned AncestorIdx = MyInfo.ParentIdx; in keepDIEAndDependencies() local
2212 while (!CU.getInfo(AncestorIdx).Keep) { in keepDIEAndDependencies()
2214 lookForDIEsToKeep(RelocMgr, *Unit.getDIEAtIndex(AncestorIdx), DMO, CU, in keepDIEAndDependencies()
2216 AncestorIdx = CU.getInfo(AncestorIdx).ParentIdx; in keepDIEAndDependencies()