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()
652 lldb::DynamicValueType use_dynamic = eNoDynamicValues; in GetChildAtIndex()
701 lldb::DynamicValueType use_dynamic_value = eNoDynamicValues; in GetChildMemberWithName()
748 eNoDynamicValues, in GetStaticValue()
786 return eNoDynamicValues; in GetPreferDynamicValue()
1106 m_opaque_sp = ValueImplSP(new ValueImpl(sp, eNoDynamicValues, true)); in SetSP()
1108 m_opaque_sp = ValueImplSP(new ValueImpl(sp, eNoDynamicValues, false)); in SetSP()
1132 SetSP(sp, eNoDynamicValues, use_synthetic); in SetSP()
1134 SetSP(sp, eNoDynamicValues, use_synthetic); in SetSP()
H A DSBVariablesOptions.cpp78 lldb::DynamicValueType m_use_dynamic = lldb::eNoDynamicValues;
H A DSBBlock.cpp282 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.cpp127 if (m_use_dynamic == lldb::eNoDynamicValues) { in UpdateValue()
H A DValueObjectConstResult.cpp280 if (use_dynamic != eNoDynamicValues) { in GetDynamicValue()
H A DValueObject.cpp1988 if (use_dynamic == eNoDynamicValues) in CalculateDynamicValue()
2002 if (use_dynamic == eNoDynamicValues) in GetDynamicValue()
2776 case lldb::eNoDynamicValues: { in GetQualifiedRepresentationIfAvailable()
3704 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.h1032 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.cpp748 if (use_dynamic != eNoDynamicValues) { in GetValueForVariableExpressionPath()
958 if (use_dynamic != eNoDynamicValues) { in GetValueForVariableExpressionPath()
1041 if (use_dynamic != eNoDynamicValues) { in GetValueForVariableExpressionPath()
1177 if (use_dynamic != eNoDynamicValues && valobj_sp) { in GetValueObjectForFrameVariable()
1517 return frame.GetValueObjectForFrameVariable(var_sp, eNoDynamicValues); in DoGuessValueAt()
1740 value_sp = GetValueObjectForFrameVariable(var_sp, eNoDynamicValues); in FindVariable()
H A DProcess.cpp1219 if (saved_prefer_dynamic != lldb::eNoDynamicValues) in UpdateThreadListIfNeeded()
1220 target.SetPreferDynamicValue(lldb::eNoDynamicValues); in UpdateThreadListIfNeeded()
1232 if (saved_prefer_dynamic != lldb::eNoDynamicValues) in UpdateThreadListIfNeeded()
H A DTarget.cpp3914 eNoDynamicValues,
/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.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.cpp844 command.GetArgumentAtIndex(0), eNoDynamicValues, expr_path_options, in DoExecute()
H A DCommandObjectThread.cpp1575 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.h477 lldb::DynamicValueType m_use_dynamic = lldb::eNoDynamicValues;
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst757 .. py:data:: eNoDynamicValues

12