Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3382 DWARFFormValue const_value_form, location_form; in ParseVariableDIE() local
3419 const_value_form = form_value; in ParseVariableDIE()
3447 const_value_form.IsValid() && !location_form.IsValid(); in ParseVariableDIE()
3452 if (const_value_form.IsValid()) in ParseVariableDIE()
3453 return GetExprListFromAtConstValue(const_value_form, module, die); in ParseVariableDIE()
3619 DWARFFormValue::IsDataForm(const_value_form.Form()); in ParseVariableDIE()
3623 const_value_form.Unsigned(), in ParseVariableDIE()
H A DDWARFASTParserClang.h339 std::optional<lldb_private::plugin::dwarf::DWARFFormValue> const_value_form; member
H A DDWARFASTParserClang.cpp2700 const_value_form = form_value; in MemberAttributes()
2923 if (!ct.IsIntegerOrEnumerationType(unused) || !attrs.const_value_form) in CreateStaticMemberVariable()
2927 ExtractIntFromFormValue(ct, *attrs.const_value_form); in CreateStaticMemberVariable()