| /freebsd-src/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObjectMemory.cpp | 65 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() 199 m_value.SetValueType(Value::ValueType::LoadAddress); in UpdateValue()
|
| H A D | ValueObjectChild.cpp | 114 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 D | ValueObjectConstResult.cpp | 77 m_value.SetValueType(Value::ValueType::HostAddress); in ValueObjectConstResult() 119 m_value.SetValueType(Value::ValueType::HostAddress); in ValueObjectConstResult() 149 // m_value.SetValueType(Value::ValueType::HostAddress); in ValueObjectConstResult() 152 m_value.SetValueType(Value::ValueType::Scalar); in ValueObjectConstResult() 155 m_value.SetValueType(Value::ValueType::FileAddress); in ValueObjectConstResult() 158 m_value.SetValueType(Value::ValueType::LoadAddress); in ValueObjectConstResult() 161 m_value.SetValueType(Value::ValueType::HostAddress); in ValueObjectConstResult()
|
| H A D | ValueObjectVTable.cpp | 90 m_value.SetValueType(Value::ValueType::LoadAddress); in UpdateValue() 255 m_value.SetValueType(Value::ValueType::LoadAddress); in UpdateValue()
|
| H A D | ValueObjectConstResultImpl.cpp | 191 m_address_of_backend->GetValue().SetValueType(Value::ValueType::Scalar);
|
| H A D | ValueObjectRegister.cpp | 251 m_value.SetValueType(Value::ValueType::HostAddress); in UpdateValue()
|
| H A D | ValueObjectDynamicValue.cpp | 255 m_value.SetValueType(value_type); in UpdateValue()
|
| H A D | Value.cpp | 678 SetValueType(Value::ValueType::LoadAddress); in ConvertToLoadAddress()
|
| /freebsd-src/contrib/llvm-project/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 115 value.SetValueType(Value::ValueType::Scalar); in ReadRegisterValueAsScalar() 751 value->SetValueType(Value::ValueType::LoadAddress); in Evaluate_DW_OP_entry_value() 755 value->SetValueType(Value::ValueType::Scalar); 760 value->SetValueType(Value::ValueType::Scalar); 908 stack.back().SetValueType(Value::ValueType::LoadAddress); in Evaluate() 910 stack.back().SetValueType(Value::ValueType::FileAddress); in Evaluate() 987 stack.back().SetValueType(Value::ValueType::LoadAddress); in Evaluate() 1757 stack.back().SetValueType(Value::ValueType::LoadAddress); in Evaluate() 1775 stack.back().SetValueType(Value::ValueType::LoadAddress); in Evaluate() 1787 stack.back().SetValueType(Valu in Evaluate() [all...] |
| H A D | FunctionCaller.cpp | 320 ret_value.SetValueType(Value::ValueType::Scalar); in FetchFunctionResults()
|
| /freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Value.h | 89 void SetValueType(ValueType value_type) { m_value_type = value_type; } in SetValueType() function 102 SetValueType(ValueType::Scalar); in SetContext()
|
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/ |
| H A D | ABISysV_riscv.cpp | 480 value.SetValueType(Value::ValueType::Scalar); in GetValObjFromIntRegs() 522 value.SetValueType(Value::ValueType::Scalar); in GetValObjFromFPRegs() 561 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple() 616 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectImpl()
|
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
| H A D | ABISysV_i386.cpp | 382 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple() 389 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple() 457 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple()
|
| H A D | ABIWindows_x86_64.cpp | 413 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple() 499 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple()
|
| H A D | ABISysV_x86_64.cpp | 404 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple() 492 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple()
|
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTrampolineHandler.cpp | 428 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 D | AppleObjCRuntimeV2.cpp | 1781 value.SetValueType(Value::ValueType::Scalar); in GetClassInfoUtilityFunctionImpl() 1785 value.SetValueType(Value::ValueType::Scalar); in GetClassInfoUtilityFunctionImpl() 1949 value.SetValueType(Value::ValueType::Scalar); in GetClassInfoUtilityFunctionImpl() 1955 value.SetValueType(Value::ValueType::Scalar); in GetClassInfoUtilityFunctionImpl() 1959 value.SetValueType(Value::ValueType::Scalar); in GetClassInfoUtilityFunctionImpl() 2136 return_value.SetValueType(Value::ValueType::Scalar); in UpdateISAToDescriptorMap() 2374 return_value.SetValueType(Value::ValueType::Scalar); in UpdateISAToDescriptorMap()
|
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/ |
| H A D | ABISysV_arc.cpp | 468 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple() 476 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple() 539 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectImpl()
|
| /freebsd-src/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanTracer.cpp | 194 value.SetValueType(Value::ValueType::Scalar); in Log()
|
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/ |
| H A D | ABISysV_s390x.cpp | 491 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple() 575 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple()
|
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 1506 var_location.SetValueType(Value::ValueType::HostAddress); in GetVariableValue() 1542 var_location.SetValueType(Value::ValueType::LoadAddress); in GetVariableValue() 1745 parser_vars->m_lldb_value.SetValueType(Value::ValueType::LoadAddress); in AddOneGenericVariable() 1936 parser_vars->m_lldb_value.SetValueType(Value::ValueType::LoadAddress); in AddOneFunction() 1943 parser_vars->m_lldb_value.SetValueType(Value::ValueType::FileAddress); in AddOneFunction()
|
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
| H A D | ABISysV_ppc.cpp | 524 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple() 607 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple()
|
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
| H A D | ABISysV_arm64.cpp | 618 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectImpl()
|
| H A D | ABIMacOSX_arm64.cpp | 648 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectImpl()
|
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 645 value.SetValueType(Value::ValueType::Scalar); in MakeLoadImageUtilityFunction()
|