Home
last modified time | relevance | path

Searched refs:relative_die_offset (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpression.h49 GetDIEBitSizeAndSign(uint64_t relative_die_offset) const = 0;
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h161 GetDIEBitSizeAndSign(uint64_t relative_die_offset) const override;
H A DDWARFUnit.cpp699 DWARFUnit::GetDIEBitSizeAndSign(uint64_t relative_die_offset) const { in GetDIEBitSizeAndSign()
702 const uint64_t abs_die_offset = relative_die_offset + GetOffset(); in GetDIEBitSizeAndSign()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2162 const uint64_t relative_die_offset = opcodes.GetULEB128(&offset); in Evaluate() local
2165 if (relative_die_offset == 0) { in Evaluate()
2177 dwarf_cu->GetDIEBitSizeAndSign(relative_die_offset); in Evaluate()