Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDIERef.h34 dw_offset_t die_offset) in DIERef()
67 dw_offset_t die_offset() const { return m_die_offset; } in die_offset() function
H A DDWARFAttribute.h72 dw_offset_t die_offset; member
H A DDWARFUnit.cpp666 if (pos != end && die_offset == (*pos).GetOffset()) in PeekDIEName() argument
635 CompareDIEOffset(const DWARFDebugInfoEntry & die,const dw_offset_t die_offset) CompareDIEOffset() argument
645 GetDIE(dw_offset_t die_offset) GetDIE() argument
[all...]
H A DDWARFDebugInfo.cpp163 GetUnitContainingDIEOffset(DIERef::Section section,dw_offset_t die_offset) GetUnitContainingDIEOffset() argument
H A DDWARFDebugInfoEntry.cpp389 if (die_offset) in GetAttributeValue() local
399 if (die_offset) in GetAttributeValue() local
H A DDebugNamesDWARFIndex.cpp67 if (std::optional<uint64_t> die_offset = entry.getDIEUnitOffset()) ToDIERef() local
H A DDWARFUnit.h149 ContainsDIEOffset(dw_offset_t die_offset) ContainsDIEOffset() argument
H A DSymbolFileDWARF.cpp344 const dw_offset_t die_offset = die.GetOffset(); in GetTypes() local
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2405 const uint64_t die_offset = opcodes.GetULEB128(&offset); Evaluate() local