| /openbsd-src/gnu/llvm/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() 195 m_value.SetValueType(Value::ValueType::LoadAddress); in UpdateValue()
|
| H A D | ValueObjectChild.cpp | 112 m_value.SetValueType(parent->GetValue().GetValueType()); in UpdateValue() 126 m_value.SetValueType(Value::ValueType::LoadAddress); in UpdateValue() 128 m_value.SetValueType(Value::ValueType::FileAddress); in UpdateValue() 131 m_value.SetValueType(is_instance_ptr_base in UpdateValue() 136 m_value.SetValueType(Value::ValueType::HostAddress); in UpdateValue() 140 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() 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 | ValueObjectConstResultImpl.cpp | 142 m_address_of_backend->GetValue().SetValueType(Value::ValueType::Scalar); in AddressOf()
|
| H A D | ValueObjectRegister.cpp | 254 m_value.SetValueType(Value::ValueType::HostAddress); in UpdateValue()
|
| H A D | ValueObjectDynamicValue.cpp | 239 m_value.SetValueType(value_type); in UpdateValue()
|
| H A D | Value.cpp | 662 SetValueType(Value::ValueType::LoadAddress); in ConvertToLoadAddress()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/ |
| H A D | AppleGetItemInfoHandler.cpp | 266 return_buffer_ptr_value.SetValueType(Value::ValueType::Scalar); in GetItemInfo() 271 debug_value.SetValueType(Value::ValueType::Scalar); in GetItemInfo() 277 item_value.SetValueType(Value::ValueType::Scalar); in GetItemInfo() 281 page_to_free_value.SetValueType(Value::ValueType::Scalar); in GetItemInfo() 285 page_to_free_size_value.SetValueType(Value::ValueType::Scalar); in GetItemInfo()
|
| H A D | AppleGetPendingItemsHandler.cpp | 265 return_buffer_ptr_value.SetValueType(Value::ValueType::Scalar); in GetPendingItems() 270 debug_value.SetValueType(Value::ValueType::Scalar); in GetPendingItems() 276 queue_value.SetValueType(Value::ValueType::Scalar); in GetPendingItems() 280 page_to_free_value.SetValueType(Value::ValueType::Scalar); in GetPendingItems() 284 page_to_free_size_value.SetValueType(Value::ValueType::Scalar); in GetPendingItems()
|
| H A D | AppleGetThreadItemInfoHandler.cpp | 266 return_buffer_ptr_value.SetValueType(Value::ValueType::Scalar); in GetThreadItemInfo() 271 debug_value.SetValueType(Value::ValueType::Scalar); in GetThreadItemInfo() 277 thread_id_value.SetValueType(Value::ValueType::Scalar); in GetThreadItemInfo() 281 page_to_free_value.SetValueType(Value::ValueType::Scalar); in GetThreadItemInfo() 285 page_to_free_size_value.SetValueType(Value::ValueType::Scalar); in GetThreadItemInfo()
|
| H A D | AppleGetQueuesHandler.cpp | 268 return_buffer_ptr_value.SetValueType(Value::ValueType::Scalar); in GetCurrentQueues() 273 debug_value.SetValueType(Value::ValueType::Scalar); in GetCurrentQueues() 277 page_to_free_value.SetValueType(Value::ValueType::Scalar); in GetCurrentQueues() 283 page_to_free_size_value.SetValueType(Value::ValueType::Scalar); in GetCurrentQueues()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 119 value.SetValueType(Value::ValueType::Scalar); in ReadRegisterValueAsScalar() 774 value->SetValueType(Value::ValueType::LoadAddress); in UpdateValueTypeFromLocationDescription() 778 value->SetValueType(Value::ValueType::Scalar); in UpdateValueTypeFromLocationDescription() 783 value->SetValueType(Value::ValueType::Scalar); in UpdateValueTypeFromLocationDescription() 938 stack.back().SetValueType(Value::ValueType::LoadAddress); in Evaluate() 940 stack.back().SetValueType(Value::ValueType::FileAddress); in Evaluate() 1019 stack.back().SetValueType(Value::ValueType::LoadAddress); in Evaluate() 2003 stack.back().SetValueType(Value::ValueType::LoadAddress); in Evaluate() 2022 stack.back().SetValueType(Value::ValueType::LoadAddress); in Evaluate() 2035 stack.back().SetValueType(Value::ValueType::LoadAddress); in Evaluate() [all …]
|
| H A D | FunctionCaller.cpp | 323 ret_value.SetValueType(Value::ValueType::Scalar); in FetchFunctionResults()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| H A D | DynamicLoaderMacOS.cpp | 284 mode_value.SetValueType(Value::ValueType::Scalar); in NotifyBreakpointHit() 288 count_value.SetValueType(Value::ValueType::Scalar); in NotifyBreakpointHit() 291 count_value.SetValueType(Value::ValueType::Scalar); in NotifyBreakpointHit() 295 headers_value.SetValueType(Value::ValueType::Scalar); in NotifyBreakpointHit()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTrampolineHandler.cpp | 429 input_value.SetValueType(Value::ValueType::Scalar); in RefreshTrampolines() 878 void_ptr_value.SetValueType(Value::ValueType::Scalar); in GetStepThroughDispatchPlan() 998 isa_value.SetValueType(Value::ValueType::LoadAddress); in GetStepThroughDispatchPlan() 1094 flag_value.SetValueType(Value::ValueType::Scalar); in GetStepThroughDispatchPlan()
|
| H A D | AppleObjCRuntimeV2.cpp | 1653 value.SetValueType(Value::ValueType::Scalar); in GetClassInfoUtilityFunctionImpl() 1657 value.SetValueType(Value::ValueType::Scalar); in GetClassInfoUtilityFunctionImpl() 1821 value.SetValueType(Value::ValueType::Scalar); in GetClassInfoUtilityFunctionImpl() 1827 value.SetValueType(Value::ValueType::Scalar); in GetClassInfoUtilityFunctionImpl() 1831 value.SetValueType(Value::ValueType::Scalar); in GetClassInfoUtilityFunctionImpl() 2008 return_value.SetValueType(Value::ValueType::Scalar); in UpdateISAToDescriptorMap() 2243 return_value.SetValueType(Value::ValueType::Scalar); in UpdateISAToDescriptorMap()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | ThreadPlanTracer.cpp | 194 value.SetValueType(Value::ValueType::Scalar); in Log()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 1523 var_location.SetValueType(Value::ValueType::HostAddress); in GetVariableValue() 1559 var_location.SetValueType(Value::ValueType::LoadAddress); in GetVariableValue() 1762 parser_vars->m_lldb_value.SetValueType(Value::ValueType::LoadAddress); in AddOneGenericVariable() 1953 parser_vars->m_lldb_value.SetValueType(Value::ValueType::LoadAddress); in AddOneFunction() 1960 parser_vars->m_lldb_value.SetValueType(Value::ValueType::FileAddress); in AddOneFunction()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/ |
| H A D | ABISysV_ppc.cpp | 523 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple() 606 value.SetValueType(Value::ValueType::Scalar); in GetReturnValueObjectSimple()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/ |
| H A D | PlatformWindows.cpp | 701 value.SetValueType(Value::ValueType::Scalar); in MakeLoadImageUtilityFunction()
|