Home
last modified time | relevance | path

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

/src/contrib/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()
1247 OrigUnitDIE.getDebugInfoEntry(), RootEntry, getDebugInfoHeaderSize(), in cloneAndEmit()
1795 return UnitEntryPairTy{CU, CU->getDebugInfoEntry(*ParentIdx)}; in getParent()
H A DSyntheticTypeNameBuilder.cpp729 if (*ParentIdx && CU.getDebugInfoEntry(*ParentIdx)->getTag() == in tagToArrayIndex()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h52 const DWARFDebugInfoEntry *getDebugInfoEntry() const { return Die; } in getDebugInfoEntry() function
341 return LHS.getDebugInfoEntry() == RHS.getDebugInfoEntry() &&
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()
/src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp496 if (!Visited.insert(Die.getDebugInfoEntry()).second) in getTypeSizeImpl()
H A DDWARFUnit.cpp917 return getDebugInfoEntry(*ParentIdx); in getParentEntry()