Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h84 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()
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 DSBVariablesOptions.cpp78 lldb::DynamicValueType m_use_dynamic = lldb::eNoDynamicValues;
H A DSBBlock.cpp281 eNoDynamicValues)); in GetVariables()
H A DSBFrame.cpp484 var_path, eNoDynamicValues, in GetValueForVariablePath()
619 eNoDynamicValues); in FindValue()
855 variable_sp, eNoDynamicValues)); in GetVariables()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectUpdater.cpp19 lldb::eNoDynamicValues, false); in ValueObjectUpdater()
H A DValueObjectConstResult.cpp283 if (use_dynamic != eNoDynamicValues) { in GetDynamicValue()
H A DValueObjectDynamicValue.cpp127 if (m_use_dynamic == lldb::eNoDynamicValues) { in UpdateValue()
H A DDILEval.cpp307 if (m_use_dynamic != lldb::eNoDynamicValues) { in Visit()
H A DValueObject.cpp2023 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 DDWARFASTParser.cpp60 var_die.GetName(), eNoDynamicValues, 0, var_sp, error); in ParseChildArrayInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObjectSynthetic.h83 : lldb::eNoDynamicValues); in GetDynamicValueType()
H A DValueObject.h1049 return lldb::eNoDynamicValues; in GetDynamicValueTypeImpl()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp298 options.SetUseDynamicType(eNoDynamicValues) in DumpSnapshots()
323 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.cpp806 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 DProcess.cpp1165 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 DValueObjectPrinter.cpp112 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 DUserExpression.cpp115 object_name, lldb::eNoDynamicValues, in GetObjectPointerValueObject()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h544 eNoDynamicValues = 0, enumerator
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp843 command.GetArgumentAtIndex(0), eNoDynamicValues, expr_path_options, in DoExecute()
H A DCommandObjectThread.cpp1582 options.SetUseDynamic(eNoDynamicValues); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp889 if (use_dynamic == lldb::eNoDynamicValues) in GetPossibleFormattersMatches()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h504 lldb::DynamicValueType m_use_dynamic = lldb::eNoDynamicValues;
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst757 .. py:data:: eNoDynamicValues

12