Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ !
H A DDWARFAttribute.cpp43 form_value.SetForm(FormAtIndex(i)); in ExtractFormValueAtIndex()
H A DDWARFAttribute.h57 dw_form_t FormAtIndex(uint32_t i) const { return m_infos[i].attr.get_form(); } in FormAtIndex() function