Home
last modified time | relevance | path

Searched refs:getDIEForOffset (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypeUnit.cpp19 DWARFDie TD = getDIEForOffset(getTypeOffset() + getOffset()); in dump()
H A DDWARFDie.cpp320 Result = SpecRef->Unit->getDIEForOffset(SpecRef->Unit->getOffset() + in getAttributeValueAsReferencedDie()
324 Result = SpecUnit->getDIEForOffset(SpecRef->Offset); in getAttributeValueAsReferencedDie()
334 return TU->getDIEForOffset(TU->getTypeOffset() + TU->getOffset()); in resolveTypeUnitReference()
H A DDWARFExpression.cpp214 auto Die = U->getDIEForOffset(U->getOffset() + Operands[Operand]); in prettyPrintBaseTypeRef()
374 auto Die = U->getDIEForOffset(U->getOffset() + Op.Operands[Operand]); in verify()
H A DDWARFVerifier.cpp799 return U->getDIEForOffset(Offset); in verifyDebugInfoReferences()
1040 auto Die = DCtx.getDIEForOffset(Offset); in verifyAppleAccelTable()
1387 DWARFDie DIE = DCtx.getDIEForOffset(DIEOffset); in verifyNameIndexEntries()
H A DDWARFContext.cpp392 U->getDIEForOffset(*DumpOffset) in dump()
409 U->getDIEForOffset(*DumpOffset) in dump()
760 DWARFDie DWARFContext::getDIEForOffset(uint64_t Offset) { in getDIEForOffset() function in DWARFContext
763 return CU->getDIEForOffset(Offset); in getDIEForOffset()
/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp635 auto FnDie = Die.getDwarfUnit()->getDIEForOffset(Offset); in collectStatsRecursive()
764 DWARFDie FnDieWithAbstractOrigin = DwUnit->getDIEForOffset(FnOffset); in collectZeroLocCovForVarsWithAbstractOrigin()
782 auto Tag = DwUnit->getDIEForOffset(Offset).getTag(); in collectZeroLocCovForVarsWithAbstractOrigin()
807 DwUnit->getDIEForOffset(CrossCUReferenceToBeResolved.DIEOffset); in collectZeroLocCovForVarsWithCrossCUReferencingAbstractOrigin()
821 ->getDIEForOffset(Offset) in collectZeroLocCovForVarsWithCrossCUReferencingAbstractOrigin()
H A Dllvm-dwarfdump.cpp390 if (DWARFDie Die = DICtx.getDIEForOffset(*Off)) in getDies()
414 return CU->getDIEForOffset(CU->getOffset() + *Off); in toDie()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h258 DWARFDie getDIEForOffset(uint64_t Offset);
H A DDWARFUnit.h495 DWARFDie getDIEForOffset(uint64_t Offset) { in getDIEForOffset() function
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp74 if (const auto RefDie = RefCU->getOrigUnit().getDIEForOffset(RefOffset)) { in resolveDIEReference()
1014 auto RefDie = Unit.getOrigUnit().getDIEForOffset(RefOffset); in cloneExpression()