Searched refs:end_attr_offset_ptr (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugInfoEntry.cpp | 358 dw_offset_t *end_attr_offset_ptr, in GetAttributeValue() argument 376 if (end_attr_offset_ptr) in GetAttributeValue() 377 *end_attr_offset_ptr = offset; in GetAttributeValue() 388 die.GetCU(), attr, form_value, end_attr_offset_ptr, false); in GetAttributeValue() 398 die.GetCU(), attr, form_value, end_attr_offset_ptr, false); in GetAttributeValue()
|
H A D | DWARFDebugInfoEntry.h | 66 dw_offset_t *end_attr_offset_ptr = nullptr,
|