Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_value.py25 obj.GetChildAtIndex(2, lldb.eNoDynamicValues, False)
28 obj.GetChildMemberWithName("my_first_child", lldb.eNoDynamicValues)
47 obj.GetDynamicValue(lldb.eNoDynamicValues)
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h82 SetUseDynamicType(lldb::DynamicValueType dyn = lldb::eNoDynamicValues);
129 lldb::DynamicValueType m_use_dynamic = lldb::eNoDynamicValues;
/llvm-project-15.0.7/lldb/test/API/lang/cpp/dynamic-value/
H A DTestCppValueCast.py83 tellerA = frame0.FindVariable('teller', lldb.eNoDynamicValues)
112 tellerB = frame0.FindVariable('teller', lldb.eNoDynamicValues)
H A DTestDynamicValue.py76 no_dynamic = lldb.eNoDynamicValues
209 no_dynamic = lldb.eNoDynamicValues
/llvm-project-15.0.7/lldb/source/API/
H A DSBValue.cpp65 lldb::eNoDynamicValues, false))) { in ValueImpl()
131 if (m_use_dynamic != eNoDynamicValues) { in GetSP()
659 lldb::DynamicValueType use_dynamic = eNoDynamicValues; in GetChildAtIndex()
708 lldb::DynamicValueType use_dynamic_value = eNoDynamicValues; in GetChildMemberWithName()
756 eNoDynamicValues, in GetStaticValue()
779 return eNoDynamicValues; in GetPreferDynamicValue()
1075 m_opaque_sp = ValueImplSP(new ValueImpl(sp, eNoDynamicValues, true)); in SetSP()
1077 m_opaque_sp = ValueImplSP(new ValueImpl(sp, eNoDynamicValues, false)); in SetSP()
1101 SetSP(sp, eNoDynamicValues, use_synthetic); in SetSP()
1103 SetSP(sp, eNoDynamicValues, use_synthetic); in SetSP()
H A DSBVariablesOptions.cpp78 lldb::DynamicValueType m_use_dynamic = lldb::eNoDynamicValues;
H A DSBBlock.cpp272 eNoDynamicValues)); in GetVariables()
H A DSBFrame.cpp481 var_path, eNoDynamicValues, in GetValueForVariablePath()
614 eNoDynamicValues); in FindValue()
844 variable_sp, eNoDynamicValues)); in GetVariables()
/llvm-project-15.0.7/lldb/test/API/lang/objc/objc-dynamic-value/
H A DTestObjCDynamicValue.py90 'myObserver', lldb.eNoDynamicValues)
150 noDynamic = lldb.eNoDynamicValues
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObjectUpdater.cpp19 lldb::eNoDynamicValues, false); in ValueObjectUpdater()
H A DValueObjectDynamicValue.cpp123 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()
1822 if (use_dynamic == eNoDynamicValues) in CalculateDynamicValue()
1836 if (use_dynamic == eNoDynamicValues) in GetDynamicValue()
2610 case lldb::eNoDynamicValues: { in GetQualifiedRepresentationIfAvailable()
3066 return lldb::eNoDynamicValues; in GetDynamicValueType()
/llvm-project-15.0.7/lldb/examples/python/
H A Dsbvalue.py45 key, lldb.eNoDynamicValues, True))
90 lldb.eNoDynamicValues,
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParser.cpp57 var_die.GetName(), eNoDynamicValues, 0, var_sp, error); in ParseChildArrayInfo()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h81 : lldb::eNoDynamicValues); in GetDynamicValueType()
H A DValueObject.h957 return lldb::eNoDynamicValues; in GetDynamicValueTypeImpl()
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrame.cpp740 if (use_dynamic != eNoDynamicValues) { in GetValueForVariableExpressionPath()
951 if (use_dynamic != eNoDynamicValues) { in GetValueForVariableExpressionPath()
1035 if (use_dynamic != eNoDynamicValues) { in GetValueForVariableExpressionPath()
1176 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()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp185 use_dynamic = lldb::eNoDynamicValues; in OptionParsingStarting()
/llvm-project-15.0.7/lldb/test/API/python_api/value/
H A DTestValueAPI.py131 child = value.GetChildAtIndex(5, lldb.eNoDynamicValues, True)
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Expression/
H A DUserExpression.cpp116 object_name.GetStringRef(), lldb::eNoDynamicValues, in GetObjectPointerValueObject()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h495 eNoDynamicValues = 0, enumerator
/llvm-project-15.0.7/lldb/examples/darwin/heap_find/
H A Dheap.py665 expr_options.SetFetchDynamicValue(lldb.eNoDynamicValues)
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp906 command.GetArgumentAtIndex(0), eNoDynamicValues, expr_path_options, in DoExecute()

12