Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp107 const llvm::DWARFAbbreviationDeclaration::AttributeSpec &attr_spec, in ExtractAttrAndFormValue() argument
109 attr = attr_spec.Attr; in ExtractAttrAndFormValue()
110 form_value.FormRef() = attr_spec.Form; in ExtractAttrAndFormValue()
111 if (attr_spec.isImplicitConst()) in ExtractAttrAndFormValue()
112 form_value.SetSigned(attr_spec.getImplicitConstValue()); in ExtractAttrAndFormValue()