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 DDWARFASTParserClang.h296 std::optional<lldb_private::plugin::dwarf::DWARFFormValue> const_value_form; member
H A DSymbolFileDWARF.cpp3475 DWARFFormValue const_value_form, location_form; in ParseVariableDIE() local
3509 const_value_form = form_value; in ParseVariableDIE()
3537 const_value_form.IsValid() && !location_form.IsValid(); in ParseVariableDIE()
3542 if (const_value_form.IsValid()) in ParseVariableDIE()
3543 return GetExprListFromAtConstValue(const_value_form, module, die); in ParseVariableDIE()
3706 DWARFFormValue::IsDataForm(const_value_form.Form()); in ParseVariableDIE()
3709 location->UpdateValue(const_value_form.Unsigned(), in ParseVariableDIE()
H A DDWARFASTParserClang.cpp2594 const_value_form = form_value; in MemberAttributes()
2817 if (!ct.IsIntegerOrEnumerationType(unused) || !attrs.const_value_form) in CreateStaticMemberVariable()
2821 ExtractIntFromFormValue(ct, *attrs.const_value_form); in CreateStaticMemberVariable()