Home
last modified time | relevance | path

Searched refs:eNoDynamicValues (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h86 SetUseDynamicType(lldb::DynamicValueType dyn = lldb::eNoDynamicValues);
135 lldb::DynamicValueType m_use_dynamic = lldb::eNoDynamicValues;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp65 lldb::eNoDynamicValues, false))) { in ValueImpl()
135 if (m_use_dynamic != eNoDynamicValues) { in GetSP()
649 lldb::DynamicValueType use_dynamic = eNoDynamicValues; in GetChildAtIndex()
698 lldb::DynamicValueType use_dynamic_value = eNoDynamicValues; in GetChildMemberWithName()
745 eNoDynamicValues, in GetStaticValue()
768 return eNoDynamicValues; in GetPreferDynamicValue()
1069 m_opaque_sp = ValueImplSP(new ValueImpl(sp, eNoDynamicValues, true)); in SetSP()
1071 m_opaque_sp = ValueImplSP(new ValueImpl(sp, eNoDynamicValues, false)); in SetSP()
1095 SetSP(sp, eNoDynamicValues, use_synthetic); in SetSP()
1097 SetSP(sp, eNoDynamicValues, use_synthetic); in SetSP()
H A DSBVariablesOptions.cpp78 lldb::DynamicValueType m_use_dynamic = lldb::eNoDynamicValues;
H A DSBBlock.cpp272 eNoDynamicValues)); in GetVariables()
H A DSBFrame.cpp483 var_path, eNoDynamicValues, in GetValueForVariablePath()
618 eNoDynamicValues); in FindValue()
854 variable_sp, eNoDynamicValues)); in GetVariables()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectUpdater.cpp19 lldb::eNoDynamicValues, false); in ValueObjectUpdater()
H A DValueObjectDynamicValue.cpp124 if (m_use_dynamic == lldb::eNoDynamicValues) { in UpdateValue()
H A DValueObjectConstResult.cpp283 if (use_dynamic != eNoDynamicValues) { in GetDynamicValue()
H A DValueObject.cpp219 SetValueFormat(DataVisualization::GetFormat(*this, eNoDynamicValues)); in UpdateFormatsIfNeeded()
1788 if (use_dynamic == eNoDynamicValues) in CalculateDynamicValue()
1802 if (use_dynamic == eNoDynamicValues) in GetDynamicValue()
2560 case lldb::eNoDynamicValues: { in GetQualifiedRepresentationIfAvailable()
3045 return lldb::eNoDynamicValues; in GetDynamicValueType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParser.cpp60 var_die.GetName(), eNoDynamicValues, 0, var_sp, error); in ParseChildArrayInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h83 : lldb::eNoDynamicValues); in GetDynamicValueType()
H A DValueObject.h946 return lldb::eNoDynamicValues; in GetDynamicValueTypeImpl()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp294 options.SetUseDynamicType(eNoDynamicValues) in DumpSnapshots()
317 options.SetUseDynamicType(eNoDynamicValues) in DumpSnapshots()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp185 use_dynamic = lldb::eNoDynamicValues; in OptionParsingStarting()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp748 if (use_dynamic != eNoDynamicValues) { in GetValueForVariableExpressionPath()
958 if (use_dynamic != eNoDynamicValues) { in GetValueForVariableExpressionPath()
1041 if (use_dynamic != eNoDynamicValues) { in GetValueForVariableExpressionPath()
1182 if (use_dynamic != eNoDynamicValues && valobj_sp) { in GetValueObjectForFrameVariable()
1524 return frame.GetValueObjectForFrameVariable(var_sp, eNoDynamicValues); in DoGuessValueAt()
1747 value_sp = GetValueObjectForFrameVariable(var_sp, eNoDynamicValues); in FindVariable()
H A DProcess.cpp1187 if (saved_prefer_dynamic != lldb::eNoDynamicValues) in UpdateThreadListIfNeeded()
1188 target.SetPreferDynamicValue(lldb::eNoDynamicValues); in UpdateThreadListIfNeeded()
1200 if (saved_prefer_dynamic != lldb::eNoDynamicValues) in UpdateThreadListIfNeeded()
H A DTarget.cpp3926 eNoDynamicValues,
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp118 if (m_options.m_use_dynamic == eNoDynamicValues) { in GetMostSpecializedValue()
127 if (m_options.m_use_dynamic != eNoDynamicValues) { in GetMostSpecializedValue()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp114 object_name, lldb::eNoDynamicValues, in GetObjectPointerValueObject()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h537 eNoDynamicValues = 0, enumerator
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp895 command.GetArgumentAtIndex(0), eNoDynamicValues, expr_path_options, in DoExecute()
H A DCommandObjectThread.cpp1619 options.SetUseDynamic(eNoDynamicValues); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp872 if (use_dynamic == lldb::eNoDynamicValues) in GetPossibleFormattersMatches()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h466 lldb::DynamicValueType m_use_dynamic = lldb::eNoDynamicValues;
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst757 .. py:data:: eNoDynamicValues

12