Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp390 dw_offset_t *end_attr_offset_ptr, bool check_elaborating_dies) const { in GetAttributeValue() argument
410 if (end_attr_offset_ptr) in GetAttributeValue()
411 *end_attr_offset_ptr = offset; in GetAttributeValue()
426 die.GetCU(), attr, form_value, end_attr_offset_ptr, false); in GetAttributeValue()
H A DDWARFDebugInfoEntry.h80 dw_offset_t *end_attr_offset_ptr = nullptr,