Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypeUnit.cpp19 DWARFDie TD = getDIEForOffset(getTypeOffset() + getOffset()); in dump()
H A DDWARFDie.cpp318 Result = SpecRef->Unit->getDIEForOffset(SpecRef->Unit->getOffset() + in getAttributeValueAsReferencedDie()
322 Result = SpecUnit->getDIEForOffset(SpecRef->Offset); in getAttributeValueAsReferencedDie()
332 return TU->getDIEForOffset(TU->getTypeOffset() + TU->getOffset()); in resolveTypeUnitReference()
H A DDWARFExpression.cpp243 auto Die = U->getDIEForOffset(U->getOffset() + Operands[Operand]); in prettyPrintBaseTypeRef()
405 auto Die = U->getDIEForOffset(U->getOffset() + Op.Operands[Operand]); in verify()
H A DDWARFContext.cpp1028 U->getDIEForOffset(*DumpOffset) in dump()
1034 ->getDIEForOffset(*DumpOffset) in dump()
1053 U->getDIEForOffset(*DumpOffset) in dump()
1389 DWARFDie DWARFContext::getDIEForOffset(uint64_t Offset) { in getDIEForOffset() function in DWARFContext
1391 return CU->getDIEForOffset(Offset); in getDIEForOffset()
H A DDWARFVerifier.cpp815 return U->getDIEForOffset(Offset); in verifyDebugInfoReferences()
1062 auto Die = DCtx.getDIEForOffset(Offset); in verifyAppleAccelTable()
1444 DWARFDie DIE = DCtx.getDIEForOffset(DIEOffset); in verifyNameIndexEntries()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp636 auto FnDie = Die.getDwarfUnit()->getDIEForOffset(Offset); in collectStatsRecursive()
765 DWARFDie FnDieWithAbstractOrigin = DwUnit->getDIEForOffset(FnOffset); in collectZeroLocCovForVarsWithAbstractOrigin()
783 auto Tag = DwUnit->getDIEForOffset(Offset).getTag(); in collectZeroLocCovForVarsWithAbstractOrigin()
808 DwUnit->getDIEForOffset(CrossCUReferenceToBeResolved.DIEOffset); in collectZeroLocCovForVarsWithCrossCUReferencingAbstractOrigin()
822 ->getDIEForOffset(Offset) in collectZeroLocCovForVarsWithCrossCUReferencingAbstractOrigin()
H A Dllvm-dwarfdump.cpp428 if (DWARFDie Die = DICtx.getDIEForOffset(*Off)) in getDies()
452 return CU->getDIEForOffset(CU->getOffset() + *Off); in toDie()
493 DWARFDie Die = DICtx.getDIEForOffset(*Off); in findAllApple()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h271 DWARFDie getDIEForOffset(uint64_t Offset);
H A DDWARFUnit.h533 DWARFDie getDIEForOffset(uint64_t Offset) { in getDIEForOffset() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp82 if (const auto RefDie = RefCU->getOrigUnit().getDIEForOffset(RefOffset)) { in resolveDIEReference()
1181 auto RefDie = Unit.getOrigUnit().getDIEForOffset(RefOffset); in cloneExpression()