Home
last modified time | relevance | path

Searched refs:GetDIEForDIEOffset (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.h44 DWARFDIE GetDIEForDIEOffset(dw_offset_t die_offset);
H A DSymbolFileDWARFDwo.cpp169 return DebugInfo()->GetDIEForDIEOffset(die_ref.die_offset); in GetDIE()
H A DDWARFDebugInfo.cpp209 DWARFDebugInfo::GetDIEForDIEOffset(dw_offset_t die_offset) { in GetDIEForDIEOffset() function in DWARFDebugInfo
H A DDWARFUnit.cpp615 return m_dwarf->DebugInfo()->GetDIEForDIEOffset(die_offset); in GetDIE()