Home
last modified time | relevance | path

Searched refs:getDIEAtIndex (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DCompileUnit.cpp19 if (U.getOrigUnit().getDIEAtIndex(Idx).getTag() == dwarf::DW_TAG_subprogram) in inFunctionScope()
34 auto DIE = OrigUnit.getDIEAtIndex(Idx++); in markEverythingAsKept()
DDwarfLinker.cpp692 lookForDIEsToKeep(RelocMgr, Ranges, Units, Unit.getDIEAtIndex(AncestorIdx), in keepDIEAndDependencies()
1408 ? U.getDIEAtIndex(Idx + 1).getOffset() in cloneDIE()
2004 CU->getOrigUnit().getDIEAtIndex(CU->getInfo(Idx).ParentIdx).getTag() == in hashFullyQualifiedName()
2008 DWARFDie Die = OrigUnit->getDIEAtIndex(CU->getInfo(Idx).ParentIdx); in hashFullyQualifiedName()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h242 const DWARFDebugInfoEntryMinimal *getDIEAtIndex(unsigned Index) const { in getDIEAtIndex() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h504 DWARFDie getDIEAtIndex(unsigned Index) { in getDIEAtIndex() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp178 auto Die = Unit.getDIEAtIndex(I); in verifyUnitContents()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2214 lookForDIEsToKeep(RelocMgr, *Unit.getDIEAtIndex(AncestorIdx), DMO, CU, in keepDIEAndDependencies()
2741 ? U.getDIEAtIndex(Idx + 1)->getOffset() in cloneDIE()