Home
last modified time | relevance | path

Searched refs:end_attr_offset_ptr (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp360 dw_offset_t *end_attr_offset_ptr, in GetAttributeValue() argument
378 if (end_attr_offset_ptr) in GetAttributeValue()
379 *end_attr_offset_ptr = offset; in GetAttributeValue()
390 die.GetCU(), attr, form_value, end_attr_offset_ptr, false); in GetAttributeValue()
400 die.GetCU(), attr, form_value, end_attr_offset_ptr, false); in GetAttributeValue()
H A DDWARFDebugInfoEntry.h66 dw_offset_t *end_attr_offset_ptr = nullptr,