Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDependencyTracker.cpp44 CU.getDIEInfo(Current.getDebugInfoEntry()); in verifyKeepChain()
52 CU.getDIEInfo(Child.getDebugInfoEntry()); in verifyKeepChain()
62 &CU, Child.getDebugInfoEntry()))) { in verifyKeepChain()
113 CompileUnit::DIEInfo &CUInfo = CU.getDIEInfo(CU.getDebugInfoEntry(0)); in resolveDependenciesAndMarkLiveness()
115 collectRootsToKeep(UnitEntryPairTy{&CU, CU.getDebugInfoEntry(0)}, in resolveDependenciesAndMarkLiveness()
345 Entry.CU->getDebugInfoEntry(*ParentIdx); in markParentsAsKeepingChildren()
716 Result.CU->getDebugInfoEntry(*ParentIdx); in getRootForSpecifiedEntry()
H A DDWARFLinkerCompileUnit.h128 analyzeDWARFStructureRec(getUnitDIE().getDebugInfoEntry(), false); in analyzeDWARFStructure()
480 const DWARFDebugInfoEntry *getDebugInfoEntry(unsigned Index) const { in getDebugInfoEntry() function
482 return OrigUnit->getDebugInfoEntry(Index); in getDebugInfoEntry()
508 return find(OrigUnit->getDebugInfoEntry(DieIdx), Attrs); in find()
H A DDWARFLinkerCompileUnit.cpp308 return assignTypeNamesRec(getDebugInfoEntry(0), NameBuilder); in assignTypeNames()
399 return UnitEntryPairTy{this, getDebugInfoEntry(*RefDieIdx)}; in resolveDIEReference()
410 return UnitEntryPairTy{RefCU, RefCU->getDebugInfoEntry(*RefDieIdx)}; in resolveDIEReference()
1246 OrigUnitDIE.getDebugInfoEntry(), RootEntry, getDebugInfoHeaderSize(), in cloneAndEmit()
1794 return UnitEntryPairTy{CU, CU->getDebugInfoEntry(*ParentIdx)};
H A DSyntheticTypeNameBuilder.cpp729 if (*ParentIdx && CU.getDebugInfoEntry(*ParentIdx)->getTag() == in tagToArrayIndex()
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h53 const DWARFDebugInfoEntry *getDebugInfoEntry() const { return Die; } in getDwarfUnit()
346 return LHS.getDebugInfoEntry() == RHS.getDebugInfoEntry() &&
52 const DWARFDebugInfoEntry *getDebugInfoEntry() const { return Die; } getDebugInfoEntry() function
H A DDWARFUnit.h276 const DWARFDebugInfoEntry *getDebugInfoEntry(unsigned Index) const { in getDebugInfoEntry() function
517 return getDIEIndex(D.getDebugInfoEntry()); in getDIEIndex()
522 return DWARFDie(this, getDebugInfoEntry(Index)); in getDIEAtIndex()
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp514 if (!Visited.insert(Die.getDebugInfoEntry()).second) in getTypeSizeImpl()
H A DDWARFUnit.cpp917 return getDebugInfoEntry(*ParentIdx); in getParentEntry()