Searched refs:end_attr_offset_ptr (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFDebugInfoEntry.cpp | 466 dw_offset_t *end_attr_offset_ptr, in GetAttributeValue() argument 484 if (end_attr_offset_ptr) in GetAttributeValue() 485 *end_attr_offset_ptr = offset; in GetAttributeValue() 496 die.GetCU(), attr, form_value, end_attr_offset_ptr, false); in GetAttributeValue() 506 die.GetCU(), attr, form_value, end_attr_offset_ptr, false); in GetAttributeValue()
|
D | DWARFDebugInfoEntry.h | 60 dw_offset_t *end_attr_offset_ptr = nullptr,
|