Home
last modified time | relevance | path

Searched defs:die_offset (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDIERef.h35 dw_offset_t die_offset) in DIERef()
68 dw_offset_t die_offset() const { return m_die_offset; } in die_offset() function
H A DDWARFDebugInfo.cpp227 dw_offset_t die_offset) { in GetUnitContainingDIEOffset()
256 DWARFDebugInfo::GetDIE(DIERef::Section section, dw_offset_t die_offset) { in GetDIE()
H A DDWARFAttribute.h69 dw_offset_t die_offset; global() member
H A DDWARFUnit.cpp643 const dw_offset_t die_offset) { in CompareDIEOffset()
653 DWARFUnit::GetDIE(dw_offset_t die_offset) { in GetDIE()
674 llvm::StringRef DWARFUnit::PeekDIEName(dw_offset_t die_offset) { in PeekDIEName()
H A DDWARFUnit.h109 bool ContainsDIEOffset(dw_offset_t die_offset) const { in ContainsDIEOffset()
H A DDWARFDebugInfoEntry.cpp425 dw_offset_t die_offset = die.GetDIE()->GetAttributeValue( in GetAttributeValue() local
H A DDebugNamesDWARFIndex.cpp141 std::optional<uint64_t> die_offset = entry.getDIEUnitOffset(); in GetDIE() local
H A DSymbolFileDWARF.cpp344 const dw_offset_t die_offset = die.GetOffset(); in GetTypes() local
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_die.c111 uint64_t die_offset; in _dwarf_die_parse() local
H A D_libdwarf.h138 uint64_t die_offset; /* DIE offset in section. */ member