Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypeUnit.cpp19 DWARFDie TD = getDIEForOffset(getTypeOffset() + getOffset()); in dump()
H A DDWARFDie.cpp318 ->getDIEForOffset(V.getUnit()->getOffset() + *Offset); in getAttributeValueAsReferencedDie()
321 Result = SpecUnit->getDIEForOffset(*Offset); in getAttributeValueAsReferencedDie()
331 return TU->getDIEForOffset(TU->getTypeOffset() + TU->getOffset()); in resolveTypeUnitReference()
H A DDWARFExpression.cpp247 auto Die = U->getDIEForOffset(U->getOffset() + Operands[Operand]); in prettyPrintBaseTypeRef()
408 auto Die = U->getDIEForOffset(U->getOffset() + Op.Operands[Operand]); in verify()
H A DDWARFContext.cpp1029 U->getDIEForOffset(*DumpOffset) in dump()
1035 ->getDIEForOffset(*DumpOffset) in dump()
1054 U->getDIEForOffset(*DumpOffset) in dump()
1390 DWARFDie DWARFContext::getDIEForOffset(uint64_t Offset) { in getDIEForOffset() function in DWARFContext
1392 return CU->getDIEForOffset(Offset); in getDIEForOffset()
H A DDWARFVerifier.cpp912 return U->getDIEForOffset(Offset); in verifyDebugInfoReferences()
1187 auto Die = DCtx.getDIEForOffset(Offset); in verifyAppleAccelTable()
1611 DWARFDie DIE = DCtx.getDIEForOffset(DIEOffset); in verifyNameIndexEntries()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp647 auto FnDie = Die.getDwarfUnit()->getDIEForOffset(Offset); in collectStatsRecursive()
776 DWARFDie FnDieWithAbstractOrigin = DwUnit->getDIEForOffset(FnOffset); in collectZeroLocCovForVarsWithAbstractOrigin()
794 auto Tag = DwUnit->getDIEForOffset(Offset).getTag(); in collectZeroLocCovForVarsWithAbstractOrigin()
819 DwUnit->getDIEForOffset(CrossCUReferenceToBeResolved.DIEOffset); in collectZeroLocCovForVarsWithCrossCUReferencingAbstractOrigin()
833 ->getDIEForOffset(Offset) in collectZeroLocCovForVarsWithCrossCUReferencingAbstractOrigin()
H A Dllvm-dwarfdump.cpp458 if (DWARFDie Die = DICtx.getDIEForOffset(*Off)) in getDies()
482 return CU->getDIEForOffset(CU->getOffset() + *Off); in toDie()
523 DWARFDie Die = DICtx.getDIEForOffset(*Off); in findAllApple()
/freebsd/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/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp90 if (const auto RefDie = RefCU->getOrigUnit().getDIEForOffset(RefOffset)) { in resolveDIEReference()
1198 auto RefDie = Unit.getOrigUnit().getDIEForOffset(RefOffset); in cloneExpression()