Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h82 SetUseDynamicType(lldb::DynamicValueType dyn = lldb::eNoDynamicValues);
128 lldb::DynamicValueType m_use_dynamic = lldb::eNoDynamicValues;
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectUpdater.cpp19 lldb::eNoDynamicValues, false); in ValueObjectUpdater()
H A DValueObjectDynamicValue.cpp127 if (m_use_dynamic == lldb::eNoDynamicValues) { in UpdateValue()
H A DValueObjectConstResult.cpp282 if (use_dynamic != eNoDynamicValues) { in GetDynamicValue()
H A DValueObject.cpp217 SetValueFormat(DataVisualization::GetFormat(*this, eNoDynamicValues)); in UpdateFormatsIfNeeded()
1819 if (use_dynamic == eNoDynamicValues) in CalculateDynamicValue()
1833 if (use_dynamic == eNoDynamicValues) in GetDynamicValue()
2607 case lldb::eNoDynamicValues: { in GetQualifiedRepresentationIfAvailable()
3063 return lldb::eNoDynamicValues; in GetDynamicValueType()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp65 lldb::eNoDynamicValues, false))) { in ValueImpl()
133 if (m_use_dynamic != eNoDynamicValues) { in GetSP()
676 lldb::DynamicValueType use_dynamic = eNoDynamicValues; in GetChildAtIndex()
730 lldb::DynamicValueType use_dynamic_value = eNoDynamicValues; in GetChildMemberWithName()
781 eNoDynamicValues, in GetStaticValue()
805 return eNoDynamicValues; in GetPreferDynamicValue()
1107 m_opaque_sp = ValueImplSP(new ValueImpl(sp, eNoDynamicValues, true)); in SetSP()
1109 m_opaque_sp = ValueImplSP(new ValueImpl(sp, eNoDynamicValues, false)); in SetSP()
1133 SetSP(sp, eNoDynamicValues, use_synthetic); in SetSP()
1135 SetSP(sp, eNoDynamicValues, use_synthetic); in SetSP()
H A DSBVariablesOptions.cpp78 lldb::DynamicValueType m_use_dynamic = lldb::eNoDynamicValues;
H A DSBBlock.cpp281 eNoDynamicValues)); in GetVariables()
H A DSBFrame.cpp489 var_path, eNoDynamicValues, in GetValueForVariablePath()
627 eNoDynamicValues); in FindValue()
872 variable_sp, eNoDynamicValues)); in GetVariables()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h81 : lldb::eNoDynamicValues); in GetDynamicValueType()
H A DValueObject.h957 return lldb::eNoDynamicValues; in GetDynamicValueTypeImpl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp179 use_dynamic = lldb::eNoDynamicValues; in OptionParsingStarting()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp733 if (use_dynamic != eNoDynamicValues) { in GetValueForVariableExpressionPath()
944 if (use_dynamic != eNoDynamicValues) { in GetValueForVariableExpressionPath()
1028 if (use_dynamic != eNoDynamicValues) { in GetValueForVariableExpressionPath()
1161 if (use_dynamic != eNoDynamicValues && valobj_sp) { in GetValueObjectForFrameVariable()
1503 return frame.GetValueObjectForFrameVariable(var_sp, eNoDynamicValues); in DoGuessValueAt()
1726 value_sp = GetValueObjectForFrameVariable(var_sp, eNoDynamicValues); in FindVariable()
H A DProcess.cpp1163 if (saved_prefer_dynamic != lldb::eNoDynamicValues) in UpdateThreadListIfNeeded()
1164 target.SetPreferDynamicValue(lldb::eNoDynamicValues); in UpdateThreadListIfNeeded()
1176 if (saved_prefer_dynamic != lldb::eNoDynamicValues) in UpdateThreadListIfNeeded()
H A DTarget.cpp3512 eNoDynamicValues,
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp106 if (m_options.m_use_dynamic == eNoDynamicValues) { in GetMostSpecializedValue()
115 if (m_options.m_use_dynamic != eNoDynamicValues) { in GetMostSpecializedValue()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp120 object_name.GetStringRef(), lldb::eNoDynamicValues, in GetObjectPointer()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h495 eNoDynamicValues = 0, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp910 command.GetArgumentAtIndex(0), eNoDynamicValues, expr_path_options, in DoExecute()
H A DCommandObjectThread.cpp1461 options.SetUseDynamic(eNoDynamicValues); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp923 if (use_dynamic == lldb::eNoDynamicValues) in GetPossibleFormattersMatches()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h432 lldb::DynamicValueType m_use_dynamic = lldb::eNoDynamicValues;
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst756 .. py:data:: eNoDynamicValues
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3043 var_die.GetName(), eNoDynamicValues, 0, var_sp, in ParseChildArrayInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp3564 var_name, eNoDynamicValues, in GetFrameVarAsUnsigned()

12