Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDIERef.h31 dw_offset_t die_offset) in DIERef()
45 dw_offset_t die_offset() const { return m_die_offset; } in die_offset() function
H A DDWARFDebugInfo.cpp156 dw_offset_t die_offset) { in GetUnitContainingDIEOffset()
179 dw_offset_t die_offset) { in GetDIEForDIEOffset()
H A DHashedNameToDIE.h55 dw_offset_t die_offset = DW_INVALID_OFFSET; member
H A DDWARFAttribute.h73 dw_offset_t die_offset; member
H A DDWARFDebugInfoEntry.cpp499 dw_offset_t die_offset = die.GetDIE()->GetAttributeValue( in GetAttributeValue() local
509 dw_offset_t die_offset = die.GetDIE()->GetAttributeValue( in GetAttributeValue() local
H A DDWARFUnit.cpp551 const dw_offset_t die_offset) { in CompareDIEOffset()
561 DWARFUnit::GetDIE(dw_offset_t die_offset) { in GetDIE()
H A DDebugNamesDWARFIndex.cpp54 if (llvm::Optional<uint64_t> die_offset = entry.getDIEUnitOffset()) in ToDIERef() local
H A DDWARFUnit.h138 bool ContainsDIEOffset(dw_offset_t die_offset) const { in ContainsDIEOffset()
H A DSymbolFileDWARF.cpp306 const dw_offset_t die_offset = die.GetOffset(); in GetTypes() local
1303 dw_offset_t die_offset = uid; in DecodeUID() local
/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2451 const uint64_t die_offset = opcodes.GetULEB128(&offset); in Evaluate() local