Searched refs:end_attr_offset_ptr (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugInfoEntry.cpp | 470 dw_offset_t *end_attr_offset_ptr, in GetAttributeValue() argument 488 if (end_attr_offset_ptr) in GetAttributeValue() 489 *end_attr_offset_ptr = offset; in GetAttributeValue() 500 die.GetCU(), attr, form_value, end_attr_offset_ptr, false); in GetAttributeValue() 510 die.GetCU(), attr, form_value, end_attr_offset_ptr, false); in GetAttributeValue()
|
| H A D | DWARFDebugInfoEntry.h | 59 dw_offset_t *end_attr_offset_ptr = nullptr,
|