Home
last modified time | relevance | path

Searched refs:DieIdx (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerCompileUnit.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h534 if (std::optional<uint32_t> DieIdx = getDIEIndexForOffset(Offset)) in getDIEForOffset() local
535 return DWARFDie(this, &DieArray[*DieIdx]); in getDIEForOffset()