| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | DumpValueObjectOptions.h | 82 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 D | ValueObjectUpdater.cpp | 19 lldb::eNoDynamicValues, false); in ValueObjectUpdater()
|
| H A D | ValueObjectDynamicValue.cpp | 127 if (m_use_dynamic == lldb::eNoDynamicValues) { in UpdateValue()
|
| H A D | ValueObjectConstResult.cpp | 282 if (use_dynamic != eNoDynamicValues) { in GetDynamicValue()
|
| H A D | ValueObject.cpp | 217 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 D | SBValue.cpp | 65 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 D | SBVariablesOptions.cpp | 78 lldb::DynamicValueType m_use_dynamic = lldb::eNoDynamicValues;
|
| H A D | SBBlock.cpp | 281 eNoDynamicValues)); in GetVariables()
|
| H A D | SBFrame.cpp | 489 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 D | ValueObjectSyntheticFilter.h | 81 : lldb::eNoDynamicValues); in GetDynamicValueType()
|
| H A D | ValueObject.h | 957 return lldb::eNoDynamicValues; in GetDynamicValueTypeImpl()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionGroupValueObjectDisplay.cpp | 179 use_dynamic = lldb::eNoDynamicValues; in OptionParsingStarting()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | StackFrame.cpp | 733 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 D | Process.cpp | 1163 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 D | Target.cpp | 3512 eNoDynamicValues,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | ValueObjectPrinter.cpp | 106 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 D | UserExpression.cpp | 120 object_name.GetStringRef(), lldb::eNoDynamicValues, in GetObjectPointer()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 495 eNoDynamicValues = 0, enumerator
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectWatchpoint.cpp | 910 command.GetArgumentAtIndex(0), eNoDynamicValues, expr_path_options, in DoExecute()
|
| H A D | CommandObjectThread.cpp | 1461 options.SetUseDynamic(eNoDynamicValues); in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | ObjCLanguage.cpp | 923 if (use_dynamic == lldb::eNoDynamicValues) in GetPossibleFormattersMatches()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Target.h | 432 lldb::DynamicValueType m_use_dynamic = lldb::eNoDynamicValues;
|
| /freebsd-13.1/contrib/llvm-project/lldb/docs/ |
| H A D | python_api_enums.rst | 756 .. py:data:: eNoDynamicValues
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 3043 var_die.GetName(), eNoDynamicValues, 0, var_sp, in ParseChildArrayInfo()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 3564 var_name, eNoDynamicValues, in GetFrameVarAsUnsigned()
|