| /freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | DumpValueObjectOptions.h | 84 SetUseDynamicType(lldb::DynamicValueType dyn = lldb::eNoDynamicValues); 135 lldb::DynamicValueType m_use_dynamic = lldb::eNoDynamicValues;
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBValue.cpp | 65 lldb::eNoDynamicValues, false))) { in ValueImpl() 135 if (m_use_dynamic != eNoDynamicValues) { in GetSP() 669 lldb::DynamicValueType use_dynamic = eNoDynamicValues; in GetChildAtIndex() 720 lldb::DynamicValueType use_dynamic_value = eNoDynamicValues; in GetChildMemberWithName() 767 eNoDynamicValues, in GetStaticValue() 805 return eNoDynamicValues; in GetPreferDynamicValue() 1125 m_opaque_sp = ValueImplSP(new ValueImpl(sp, eNoDynamicValues, true)); in SetSP() 1127 m_opaque_sp = ValueImplSP(new ValueImpl(sp, eNoDynamicValues, false)); in SetSP() 1151 SetSP(sp, eNoDynamicValues, use_synthetic); in SetSP() 1153 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 | 484 var_path, eNoDynamicValues, in GetValueForVariablePath() 619 eNoDynamicValues); in FindValue() 855 variable_sp, eNoDynamicValues)); in GetVariables()
|
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | ValueObjectUpdater.cpp | 19 lldb::eNoDynamicValues, false); in ValueObjectUpdater()
|
| H A D | ValueObjectConstResult.cpp | 283 if (use_dynamic != eNoDynamicValues) { in GetDynamicValue()
|
| H A D | ValueObjectDynamicValue.cpp | 127 if (m_use_dynamic == lldb::eNoDynamicValues) { in UpdateValue()
|
| H A D | DILEval.cpp | 307 if (m_use_dynamic != lldb::eNoDynamicValues) { in Visit()
|
| H A D | ValueObject.cpp | 2023 if (use_dynamic == eNoDynamicValues) in CalculateDynamicValue() 2037 if (use_dynamic == eNoDynamicValues) in GetDynamicValue() 2754 case lldb::eNoDynamicValues: { in GetQualifiedRepresentationIfAvailable() 3675 return lldb::eNoDynamicValues; in GetDynamicValueType()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParser.cpp | 60 var_die.GetName(), eNoDynamicValues, 0, var_sp, error); in ParseChildArrayInfo()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/ |
| H A D | ValueObjectSynthetic.h | 83 : lldb::eNoDynamicValues); in GetDynamicValueType()
|
| H A D | ValueObject.h | 1049 return lldb::eNoDynamicValues; in GetDynamicValueTypeImpl()
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | Watchpoint.cpp | 298 options.SetUseDynamicType(eNoDynamicValues) in DumpSnapshots() 323 options.SetUseDynamicType(eNoDynamicValues) in DumpSnapshots()
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionGroupValueObjectDisplay.cpp | 185 use_dynamic = lldb::eNoDynamicValues; in OptionParsingStarting()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | StackFrame.cpp | 806 if (use_dynamic != eNoDynamicValues) { in LegacyGetValueForVariableExpressionPath() 1016 if (use_dynamic != eNoDynamicValues) { in LegacyGetValueForVariableExpressionPath() 1101 if (use_dynamic != eNoDynamicValues) { in LegacyGetValueForVariableExpressionPath() 1242 if (use_dynamic != eNoDynamicValues && valobj_sp) { in GetValueObjectForFrameVariable() 1662 return frame.GetValueObjectForFrameVariable(var_sp, eNoDynamicValues); in DoGuessValueAt() 1884 value_sp = GetValueObjectForFrameVariable(var_sp, eNoDynamicValues); in FindVariable()
|
| H A D | Process.cpp | 1165 if (saved_prefer_dynamic != lldb::eNoDynamicValues) in UpdateThreadListIfNeeded() 1166 target.SetPreferDynamicValue(lldb::eNoDynamicValues); in UpdateThreadListIfNeeded() 1178 if (saved_prefer_dynamic != lldb::eNoDynamicValues) in UpdateThreadListIfNeeded()
|
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | ValueObjectPrinter.cpp | 112 if (m_options.m_use_dynamic == eNoDynamicValues) { in SetupMostSpecializedValue() 118 if (m_options.m_use_dynamic != eNoDynamicValues) { in SetupMostSpecializedValue()
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | UserExpression.cpp | 115 object_name, lldb::eNoDynamicValues, in GetObjectPointerValueObject()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 544 eNoDynamicValues = 0, enumerator
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectWatchpoint.cpp | 843 command.GetArgumentAtIndex(0), eNoDynamicValues, expr_path_options, in DoExecute()
|
| H A D | CommandObjectThread.cpp | 1582 options.SetUseDynamic(eNoDynamicValues); in DoExecute()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | ObjCLanguage.cpp | 889 if (use_dynamic == lldb::eNoDynamicValues) in GetPossibleFormattersMatches()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Target.h | 504 lldb::DynamicValueType m_use_dynamic = lldb::eNoDynamicValues;
|
| /freebsd/contrib/llvm-project/lldb/docs/ |
| H A D | python_api_enums.rst | 757 .. py:data:: eNoDynamicValues
|