Home
last modified time | relevance | path

Searched refs:end_attr_offset_ptr (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp864 dw_offset_t *end_attr_offset_ptr, in GetAttributeValue() argument
870 attr, form_value, end_attr_offset_ptr, in GetAttributeValue()
892 if (end_attr_offset_ptr) in GetAttributeValue()
893 *end_attr_offset_ptr = offset; in GetAttributeValue()
905 die.GetDWARF(), die.GetCU(), attr, form_value, end_attr_offset_ptr, in GetAttributeValue()
917 die.GetDWARF(), die.GetCU(), attr, form_value, end_attr_offset_ptr, in GetAttributeValue()
937 dwo_symbol_file, dwo_cu, attr, form_value, end_attr_offset_ptr, in GetAttributeValue()
H A DDWARFDebugInfoEntry.h95 dw_offset_t *end_attr_offset_ptr = nullptr,