Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectMemory.cpp64 m_value.SetValueType(Value::ValueType::LoadAddress); in ValueObjectMemory()
69 m_value.SetValueType(Value::ValueType::FileAddress); in ValueObjectMemory()
73 m_value.SetValueType(Value::ValueType::Scalar); in ValueObjectMemory()
95 m_value.SetValueType(Value::ValueType::LoadAddress); in ValueObjectMemory()
100 m_value.SetValueType(Value::ValueType::FileAddress); in ValueObjectMemory()
104 m_value.SetValueType(Value::ValueType::Scalar); in ValueObjectMemory()
195 m_value.SetValueType(Value::ValueType::LoadAddress); in UpdateValue()
H A DValueObjectChild.cpp114 m_value.SetValueType(parent->GetValue().GetValueType()); in UpdateValue()
128 m_value.SetValueType(Value::ValueType::LoadAddress); in UpdateValue()
130 m_value.SetValueType(Value::ValueType::FileAddress); in UpdateValue()
133 m_value.SetValueType(is_instance_ptr_base in UpdateValue()
138 m_value.SetValueType(Value::ValueType::HostAddress); in UpdateValue()
142 m_value.SetValueType(Value::ValueType::Scalar); in UpdateValue()
H A DValueObjectConstResult.cpp76 m_value.SetValueType(Value::ValueType::HostAddress); in ValueObjectConstResult()
118 m_value.SetValueType(Value::ValueType::HostAddress); in ValueObjectConstResult()
151 m_value.SetValueType(Value::ValueType::Scalar); in ValueObjectConstResult()
154 m_value.SetValueType(Value::ValueType::FileAddress); in ValueObjectConstResult()
157 m_value.SetValueType(Value::ValueType::LoadAddress); in ValueObjectConstResult()
160 m_value.SetValueType(Value::ValueType::HostAddress); in ValueObjectConstResult()
H A DValueObjectConstResultImpl.cpp135 m_address_of_backend->GetValue().SetValueType(Value::ValueType::Scalar); in AddressOf()
H A DValueObjectRegister.cpp254 m_value.SetValueType(Value::ValueType::HostAddress); in UpdateValue()
H A DValueObjectDynamicValue.cpp242 m_value.SetValueType(value_type); in UpdateValue()
H A DValue.cpp664 SetValueType(Value::ValueType::LoadAddress); in ConvertToLoadAddress()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h89 void SetValueType(ValueType value_type) { m_value_type = value_type; } in SetValueType() function
102 SetValueType(ValueType::Scalar); in SetContext()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp175 value.SetValueType(Value::ValueType::Scalar); in ReadRegisterValueAsScalar()
935 value->SetValueType(Value::ValueType::LoadAddress); in UpdateValueTypeFromLocationDescription()
939 value->SetValueType(Value::ValueType::Scalar); in UpdateValueTypeFromLocationDescription()
944 value->SetValueType(Value::ValueType::Scalar); in UpdateValueTypeFromLocationDescription()
1027 stack.back().SetValueType(Value::ValueType::FileAddress); in Evaluate()
1120 stack.back().SetValueType(Value::ValueType::LoadAddress); in Evaluate()
2070 stack.back().SetValueType(Value::ValueType::LoadAddress); in Evaluate()
2089 stack.back().SetValueType(Value::ValueType::LoadAddress); in Evaluate()
2434 stack.back().SetValueType(Value::ValueType::Scalar); in Evaluate()
2582 stack.back().SetValueType(Value::ValueType::LoadAddress); in Evaluate()
[all …]
H A DFunctionCaller.cpp298 ret_value.SetValueType(Value::ValueType::Scalar); in FetchFunctionResults()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp529 input_value.SetValueType(Value::ValueType::Scalar); in RefreshTrampolines()
939 void_ptr_value.SetValueType(Value::ValueType::Scalar); in GetStepThroughDispatchPlan()
1051 isa_value.SetValueType(Value::ValueType::LoadAddress); in GetStepThroughDispatchPlan()
1113 flag_value.SetValueType(Value::ValueType::Scalar); in GetStepThroughDispatchPlan()
H A DAppleObjCRuntimeV2.cpp1559 value.SetValueType(Value::ValueType::Scalar); in GetClassInfoUtilityFunctionImpl()
1563 value.SetValueType(Value::ValueType::Scalar); in GetClassInfoUtilityFunctionImpl()
1692 value.SetValueType(Value::ValueType::Scalar); in GetClassInfoUtilityFunctionImpl()
1698 value.SetValueType(Value::ValueType::Scalar); in GetClassInfoUtilityFunctionImpl()
1702 value.SetValueType(Value::ValueType::Scalar); in GetClassInfoUtilityFunctionImpl()
1840 return_value.SetValueType(Value::ValueType::Scalar); in UpdateISAToDescriptorMap()
2068 return_value.SetValueType(Value::ValueType::Scalar); in UpdateISAToDescriptorMap()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_i386.cpp381 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple()
388 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple()
456 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple()
H A DABIWindows_x86_64.cpp411 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple()
497 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple()
H A DABISysV_x86_64.cpp402 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple()
490 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp469 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple()
477 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple()
540 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectImpl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanTracer.cpp194 value.SetValueType(Value::ValueType::Scalar); in Log()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp490 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple()
574 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1497 var_location.SetValueType(Value::ValueType::HostAddress); in GetVariableValue()
1533 var_location.SetValueType(Value::ValueType::LoadAddress); in GetVariableValue()
1673 parser_vars->m_lldb_value.SetValueType(Value::ValueType::LoadAddress); in AddOneGenericVariable()
1864 parser_vars->m_lldb_value.SetValueType(Value::ValueType::LoadAddress); in AddOneFunction()
1871 parser_vars->m_lldb_value.SetValueType(Value::ValueType::FileAddress); in AddOneFunction()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp523 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple()
606 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple()
H A DABISysV_ppc64.cpp580 value_sp->SetValueType(Value::ValueType::Scalar); in NewScalarValue()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp658 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectImpl()
H A DABISysV_arm64.cpp626 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectImpl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips64.cpp767 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectImpl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp674 value.SetValueType(Value::ValueType::Scalar); in MakeLoadImageUtilityFunction()

12