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 D | DWARFDebugInfoEntry.cpp | 360 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 D | DWARFDebugInfoEntry.h | 66 dw_offset_t *end_attr_offset_ptr = nullptr,
|