Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDIERef.h32 DIERef(std::optional<uint32_t> file_index,Section section,dw_offset_t die_offset) DIERef() argument
65 dw_offset_t die_offset() const { return m_die_offset; } 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.cpp640 const dw_offset_t die_offset) { in CompareDIEOffset()
650 DWARFUnit::GetDIE(dw_offset_t die_offset) { in GetDIE()
671 llvm::StringRef DWARFUnit::PeekDIEName(dw_offset_t die_offset) { in PeekDIEName()
H A DDWARFDebugInfoEntry.cpp387 dw_offset_t die_offset = die.GetDIE()->GetAttributeValue( in GetAttributeValue() local
397 dw_offset_t die_offset = die.GetDIE()->GetAttributeValue( in GetAttributeValue() local
H A DDWARFUnit.h107 bool ContainsDIEOffset(dw_offset_t die_offset) const { in ContainsDIEOffset()
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
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2087 const uint64_t die_offset = opcodes.GetULEB128(&offset); in Evaluate() local