HomeSort by: relevance | last modified time | path
    Searched refs:AncestorIdx (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
DWARFLinker.h 375 const unsigned AncestorIdx;
381 : Die(Die), Type(T), CU(CU), Flags(Flags), AncestorIdx(0) {}
387 WorklistItem(unsigned AncestorIdx, CompileUnit &CU, unsigned Flags)
389 Flags(Flags), AncestorIdx(AncestorIdx) {}
443 void lookForParentDIEsToKeep(unsigned AncestorIdx, CompileUnit &CU,
  /src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFLinker.cpp 691 unsigned AncestorIdx, CompileUnit &CU, unsigned Flags,
694 if (CU.getInfo(AncestorIdx).Keep)
698 DWARFDie ParentDIE = Unit.getDIEAtIndex(AncestorIdx);
699 Worklist.emplace_back(CU.getInfo(AncestorIdx).ParentIdx, CU, Flags);
755 lookForParentDIEsToKeep(Current.AncestorIdx, Current.CU, Current.Flags,

Completed in 18 milliseconds