Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerCompileUnit.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h54 const DWARFDebugInfoEntry *getDebugInfoEntry() const { return Die; } in getDebugInfoEntry() function
352 return LHS.getDebugInfoEntry() == RHS.getDebugInfoEntry() &&
H A DDWARFUnit.h280 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 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.cpp305 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 DSyntheticTypeNameBuilder.cpp728 if (*ParentIdx && CU.getDebugInfoEntry(*ParentIdx)->getTag() == in tagToArrayIndex()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp515 if (!Visited.insert(Die.getDebugInfoEntry()).second) in getTypeSizeImpl()
H A DDWARFUnit.cpp916 return getDebugInfoEntry(*ParentIdx); in getParentEntry()