Searched refs:end_attr_offset_ptr (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugInfoEntry.cpp | 471 dw_offset_t *end_attr_offset_ptr, in GetAttributeValue() argument 489 if (end_attr_offset_ptr) in GetAttributeValue() 490 *end_attr_offset_ptr = offset; in GetAttributeValue() 501 die.GetCU(), attr, form_value, end_attr_offset_ptr, false); in GetAttributeValue() 511 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,
|