Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.h37 m_attributes[idx].get(attr, form_value.FormRef(), form_value.ValueRef()); in GetAttrAndFormValueByIndex()
H A DDWARFFormValue.h51 ValueType &ValueRef() { return m_value; } in ValueRef() function