Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypeUnit.cpp21 DWARFDie TD = getDIEForOffset(getTypeOffset() + getOffset()); in dump()
H A DDWARFVerifier.cpp704 if (DCtx.getDIEForOffset(Pair.first)) in verifyDebugInfoReferences()
710 dump(DCtx.getDIEForOffset(Offset)) << '\n'; in verifyDebugInfoReferences()
939 auto Die = DCtx.getDIEForOffset(Offset); in verifyAppleAccelTable()
1288 DWARFDie DIE = DCtx.getDIEForOffset(DIEOffset); in verifyNameIndexEntries()
H A DDWARFExpression.cpp213 auto Die = U->getDIEForOffset(U->getOffset() + Operands[Operand]); in prettyPrintBaseTypeRef()
371 auto Die = U->getDIEForOffset(U->getOffset() + Operands[Operand]); in verify()
H A DDWARFDie.cpp412 return SpecRef->Unit->getDIEForOffset(SpecRef->Unit->getOffset() + SpecRef->Offset); in getAttributeValueAsReferencedDie()
414 return SpecUnit->getDIEForOffset(SpecRef->Offset); in getAttributeValueAsReferencedDie()
H A DDWARFContext.cpp386 U->getDIEForOffset(DumpOffset.getValue()) in dump()
403 U->getDIEForOffset(*DumpOffset) in dump()
726 DWARFDie DWARFContext::getDIEForOffset(uint64_t Offset) { in getDIEForOffset() function in DWARFContext
729 return CU->getDIEForOffset(Offset); in getDIEForOffset()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp589 auto FnDie = Die.getDwarfUnit()->getDIEForOffset(Offset); in collectStatsRecursive()
682 DWARFDie FnDieWithAbstractOrigin = DwUnit->getDIEForOffset(FnOffset); in collectZeroLocCovForVarsWithAbstractOrigin()
695 auto Tag = DwUnit->getDIEForOffset(Offset).getTag(); in collectZeroLocCovForVarsWithAbstractOrigin()
H A Dllvm-dwarfdump.cpp369 if (DWARFDie Die = DICtx.getDIEForOffset(*Off)) in getDies()
393 return CU->getDIEForOffset(CU->getOffset() + *Off); in toDie()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h251 DWARFDie getDIEForOffset(uint64_t Offset);
H A DDWARFUnit.h470 DWARFDie getDIEForOffset(uint64_t Offset) { in getDIEForOffset() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp73 if (const auto RefDie = RefCU->getOrigUnit().getDIEForOffset(RefOffset)) { in resolveDIEReference()
977 auto RefDie = Unit.getOrigUnit().getDIEForOffset(RefOffset); in cloneExpression()