Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFTypeUnit.cpp22 DWARFDie TD = getDIEForOffset(getTypeOffset() + getOffset()); in dump()
DDWARFVerifier.cpp525 auto Die = DCtx.getDIEForOffset(Pair.first); in verifyDebugInfoReferences()
532 auto ReferencingDie = DCtx.getDIEForOffset(Offset); in verifyDebugInfoReferences()
753 auto Die = DCtx.getDIEForOffset(Offset); in verifyAppleAccelTable()
1099 DWARFDie DIE = DCtx.getDIEForOffset(DIEOffset); in verifyNameIndexEntries()
DDWARFContext.cpp347 getDIEForOffset(DumpOffset.getValue()) in dump()
366 TU->getDIEForOffset(*DumpOffset) in dump()
615 DWARFDie DWARFContext::getDIEForOffset(uint32_t Offset) { in getDIEForOffset() function in DWARFContext
618 return CU->getDIEForOffset(Offset); in getDIEForOffset()
DDWARFDie.cpp354 return SpecUnit->getDIEForOffset(*SpecRef); in getAttributeValueAsReferencedDie()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h212 DWARFDie getDIEForOffset(uint32_t Offset);
DDWARFUnit.h519 DWARFDie getDIEForOffset(uint32_t Offset) { in getDIEForOffset() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp316 if (DWARFDie Die = DICtx.getDIEForOffset(*Off)) in getDies()
340 return CU->getDIEForOffset(CU->getOffset() + *Off); in toDie()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h251 const DWARFDebugInfoEntryMinimal *getDIEForOffset(uint32_t Offset) const { in getDIEForOffset() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp131 if (const auto RefDie = RefCU->getOrigUnit().getDIEForOffset(RefOffset)) { in resolveDIEReference()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1492 if (const auto *RefDie = RefCU->getOrigUnit().getDIEForOffset(RefOffset)) in resolveDIEReference()