Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDIERef.h34 dw_offset_t die_offset) in DIERef()
67 dw_offset_t die_offset() const { return m_die_offset; } in die_offset() function
HDDWARFDebugInfo.cpp227 dw_offset_t die_offset) { in GetUnitContainingDIEOffset()
256 DWARFDebugInfo::GetDIE(DIERef::Section section, dw_offset_t die_offset) { in GetDIE()
HDDWARFAttribute.h72 dw_offset_t die_offset; member
HDDWARFUnit.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()
HDDWARFDebugInfoEntry.cpp387 dw_offset_t die_offset = die.GetDIE()->GetAttributeValue( in GetAttributeValue() local
397 dw_offset_t die_offset = die.GetDIE()->GetAttributeValue( in GetAttributeValue() local
HDDWARFUnit.h107 bool ContainsDIEOffset(dw_offset_t die_offset) const { in ContainsDIEOffset()
HDDebugNamesDWARFIndex.cpp141 std::optional<uint64_t> die_offset = entry.getDIEUnitOffset(); in GetDIE() local
HDSymbolFileDWARF.cpp344 const dw_offset_t die_offset = die.GetOffset(); in GetTypes() local
/freebsd-head/contrib/elftoolchain/libdwarf/
HDlibdwarf_die.c111 uint64_t die_offset; in _dwarf_die_parse() local
HD_libdwarf.h138 uint64_t die_offset; /* DIE offset in section. */ member
/freebsd-head/contrib/llvm-project/lldb/source/Expression/
HDDWARFExpression.cpp2087 const uint64_t die_offset = opcodes.GetULEB128(&offset); in Evaluate() local