Searched refs:getDebugInfoEntry (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/ |
| H A D | DWARFLinkerCompileUnit.h | |
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDie.h | 54 const DWARFDebugInfoEntry *getDebugInfoEntry() const { return Die; } in getDebugInfoEntry() function 352 return LHS.getDebugInfoEntry() == RHS.getDebugInfoEntry() &&
|
| H A D | DWARFUnit.h | 280 const DWARFDebugInfoEntry *getDebugInfoEntry(unsigned Index) const { in getDebugInfoEntry() function 521 return getDIEIndex(D.getDebugInfoEntry()); in getDIEIndex() 526 return DWARFDie(this, getDebugInfoEntry(Index)); in getDIEAtIndex()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| 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 | 305 return assignTypeNamesRec(getDebugInfoEntry(0), NameBuilder); in assignTypeNames() 396 return UnitEntryPairTy{this, getDebugInfoEntry(*RefDieIdx)}; in resolveDIEReference() 407 return UnitEntryPairTy{RefCU, RefCU->getDebugInfoEntry(*RefDieIdx)}; in resolveDIEReference() 1243 OrigUnitDIE.getDebugInfoEntry(), RootEntry, getDebugInfoHeaderSize(), in cloneAndEmit() 1791 return UnitEntryPairTy{CU, CU->getDebugInfoEntry(*ParentIdx)}; in getParent()
|
| H A D | SyntheticTypeNameBuilder.cpp | 728 if (*ParentIdx && CU.getDebugInfoEntry(*ParentIdx)->getTag() == in tagToArrayIndex()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDie.cpp | 515 if (!Visited.insert(Die.getDebugInfoEntry()).second) in getTypeSizeImpl()
|
| H A D | DWARFUnit.cpp | 916 return getDebugInfoEntry(*ParentIdx); in getParentEntry()
|