Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectMemory.cpp65 m_value.SetValueType(Value::ValueType::LoadAddress); in ValueObjectMemory()
70 m_value.SetValueType(Value::ValueType::FileAddress); in ValueObjectMemory()
74 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()
203 m_value.SetValueType(Value::ValueType::LoadAddress); in UpdateValue()
H A DValueObjectChild.cpp113 m_value.SetValueType(parent->GetValue().GetValueType()); in UpdateValue()
127 m_value.SetValueType(Value::ValueType::LoadAddress); in UpdateValue()
129 m_value.SetValueType(Value::ValueType::FileAddress); in UpdateValue()
132 m_value.SetValueType(is_instance_ptr_base in UpdateValue()
137 m_value.SetValueType(Value::ValueType::HostAddress); in UpdateValue()
141 m_value.SetValueType(Value::ValueType::Scalar); in UpdateValue()
H A DValueObjectConstResult.cpp77 m_value.SetValueType(Value::ValueType::HostAddress); in ValueObjectConstResult()
118 m_value.SetValueType(Value::ValueType::HostAddress); in ValueObjectConstResult()
150 m_value.SetValueType(Value::ValueType::Scalar); in ValueObjectConstResult()
153 m_value.SetValueType(Value::ValueType::FileAddress); in ValueObjectConstResult()
156 m_value.SetValueType(Value::ValueType::LoadAddress); in ValueObjectConstResult()
159 m_value.SetValueType(Value::ValueType::HostAddress); in ValueObjectConstResult()
H A DValueObjectVTable.cpp89 m_value.SetValueType(Value::ValueType::LoadAddress); in UpdateValue()
254 m_value.SetValueType(Value::ValueType::LoadAddress); in UpdateValue()
H A DValueObjectConstResultImpl.cpp190 m_address_of_backend->GetValue().SetValueType(Value::ValueType::Scalar); in AddressOf()
H A DValueObjectRegister.cpp253 m_value.SetValueType(Value::ValueType::HostAddress); in UpdateValue()
H A DValueObjectDynamicValue.cpp275 m_value.SetValueType(value_type); in UpdateValue()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp112 value.SetValueType(Value::ValueType::Scalar); in ReadRegisterValueAsScalar()
812 value->SetValueType(Value::ValueType::LoadAddress); in UpdateValueTypeFromLocationDescription()
816 value->SetValueType(Value::ValueType::Scalar); in UpdateValueTypeFromLocationDescription()
821 value->SetValueType(Value::ValueType::Scalar); in UpdateValueTypeFromLocationDescription()
892 stack.back().SetValueType(Value::ValueType::LoadAddress); in Evaluate_DW_OP_deref()
1033 stack.back().SetValueType(Value::ValueType::LoadAddress); in Evaluate()
1035 stack.back().SetValueType(Value::ValueType::FileAddress); in Evaluate()
1822 stack.back().SetValueType(Value::ValueType::LoadAddress); in Evaluate()
1840 stack.back().SetValueType(Value::ValueType::LoadAddress); in Evaluate()
1852 stack.back().SetValueType(Value::ValueType::LoadAddress); in Evaluate()
[all …]
H A DFunctionCaller.cpp319 ret_value.SetValueType(Value::ValueType::Scalar); in FetchFunctionResults()
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_i386.cpp387 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple()
394 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple()
462 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple()
H A DABIWindows_x86_64.cpp416 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple()
502 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple()
H A DABISysV_x86_64.cpp409 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple()
497 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp428 input_value.SetValueType(Value::ValueType::Scalar); in RefreshTrampolines()
877 void_ptr_value.SetValueType(Value::ValueType::Scalar); in GetStepThroughDispatchPlan()
997 isa_value.SetValueType(Value::ValueType::LoadAddress); in GetStepThroughDispatchPlan()
1093 flag_value.SetValueType(Value::ValueType::Scalar); in GetStepThroughDispatchPlan()
H A DAppleObjCRuntimeV2.cpp1797 value.SetValueType(Value::ValueType::Scalar); in GetClassInfoUtilityFunctionImpl()
1801 value.SetValueType(Value::ValueType::Scalar); in GetClassInfoUtilityFunctionImpl()
1965 value.SetValueType(Value::ValueType::Scalar); in GetClassInfoUtilityFunctionImpl()
1971 value.SetValueType(Value::ValueType::Scalar); in GetClassInfoUtilityFunctionImpl()
1975 value.SetValueType(Value::ValueType::Scalar); in GetClassInfoUtilityFunctionImpl()
2152 return_value.SetValueType(Value::ValueType::Scalar); in UpdateISAToDescriptorMap()
2390 return_value.SetValueType(Value::ValueType::Scalar); in UpdateISAToDescriptorMap()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/LoongArch/
H A DABISysV_loongarch.cpp447 value.SetValueType(Value::ValueType::Scalar); in GetValObjFromIntRegs()
471 value.SetValueType(Value::ValueType::Scalar); in GetValObjFromFPRegs()
508 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp471 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple()
479 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple()
544 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.cpp558 value.SetValueType(Value::ValueType::Scalar); in GetValObjFromIntRegs()
600 value.SetValueType(Value::ValueType::Scalar); in GetValObjFromFPRegs()
640 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple()
695 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanTracer.cpp195 value.SetValueType(Value::ValueType::Scalar); in Log()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp494 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple()
578 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1506 var_location.SetValueType(Value::ValueType::HostAddress); in GetVariableValue()
1542 var_location.SetValueType(Value::ValueType::LoadAddress); in GetVariableValue()
1744 parser_vars->m_lldb_value.SetValueType(Value::ValueType::LoadAddress); in AddOneGenericVariable()
1935 parser_vars->m_lldb_value.SetValueType(Value::ValueType::LoadAddress); in AddOneFunction()
1942 parser_vars->m_lldb_value.SetValueType(Value::ValueType::FileAddress); in AddOneFunction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp521 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple()
604 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp691 SetValueType(Value::ValueType::LoadAddress); in ConvertToLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp600 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectImpl()
H A DABISysV_arm64.cpp639 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectImpl()

12