Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerCompileUnit.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.cpp42 if (U.getOrigUnit().getDIEAtIndex(Idx).getTag() == dwarf::DW_TAG_subprogram) in inFunctionScope()
71 auto DIE = OrigUnit.getDIEAtIndex(Idx++); in markEverythingAsKept()
H A DDWARFLinker.cpp818 DWARFDie ParentDIE = Unit.getDIEAtIndex(AncestorIdx); in lookForParentDIEsToKeep()
1738 ? U.getDIEAtIndex(Idx + 1).getOffset() in cloneDIE()
2521 CU->getOrigUnit().getDIEAtIndex(CU->getInfo(Idx).ParentIdx).getTag() == in hashFullyQualifiedName()
2525 DWARFDie Die = OrigUnit->getDIEAtIndex(CU->getInfo(Idx).ParentIdx); in hashFullyQualifiedName()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.h475 DWARFDie getDIEAtIndex(unsigned Index) { in getDIEAtIndex() function
477 return OrigUnit->getDIEAtIndex(Index); in getDIEAtIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h525 DWARFDie getDIEAtIndex(unsigned Index) { in getDIEAtIndex() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp625 U->getDIEAtIndex(*ParentIdx).getOffset()); in dump()
H A DDWARFVerifier.cpp260 auto Die = Unit.getDIEAtIndex(I); in verifyUnitContents()