Searched refs:getDebugInfoEntry (Results 1 – 8 of 8) sorted by relevance
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DependencyTracker.cpp | 44 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 D | DWARFLinkerCompileUnit.h | 128 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 D | DWARFLinkerCompileUnit.cpp | 308 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 D | SyntheticTypeNameBuilder.cpp | 729 if (*ParentIdx && CU.getDebugInfoEntry(*ParentIdx)->getTag() == in tagToArrayIndex()
|
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDie.h | 53 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 D | DWARFUnit.h | 276 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 D | DWARFDie.cpp | 514 if (!Visited.insert(Die.getDebugInfoEntry()).second) in getTypeSizeImpl()
|
H A D | DWARFUnit.cpp | 917 return getDebugInfoEntry(*ParentIdx); in getParentEntry()
|