| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValueProperties.cpp | 31 property.GetValue()->SetParent(shared_from_this()); in Initialize() 61 return GetPropertyAtIndex(idx, exe_ctx)->GetValue(); in GetValueForKey() 161 return setting->GetValue(); in GetPropertyValueAtIndex() 189 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsArgs() 220 OptionValue *value = property->GetValue().get(); in SetPropertyAtIndexFromArgs() 244 return property->GetValue()->GetAsDictionary(); in GetPropertyAtIndexAsOptionValueDictionary() 253 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsOptionValueFileSpec() 264 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsOptionValueSInt64() 275 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsOptionValueUInt64() 293 m_properties[i].GetValue()->Clear(); in Clear() [all …]
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 122 return ((integer != nullptr) ? integer->GetValue() : fail_value); 127 return ((integer != nullptr) ? integer->GetValue() : fail_value); 138 return ((f != nullptr) ? f->GetValue() : fail_value); 149 return ((b != nullptr) ? b->GetValue() : fail_value); 161 return s->GetValue(); 228 return static_cast<IntType>(signed_value->GetValue()); in GetItemAtIndexAsInteger() 231 return static_cast<IntType>(unsigned_value->GetValue()); in GetItemAtIndexAsInteger() 240 return string_value->GetValue(); 312 N GetValue() { return m_value; } in AddIntegerItem() 337 double GetValue() { retur 355 N GetValue() { return m_value; } GetValue() function 380 double GetValue() { return m_value; } GetValue() function 399 bool GetValue() { return m_value; } GetValue() function 417 llvm::StringRef GetValue() { return m_value; } GetValue() function 623 void *GetValue() const { return m_object; } GetValue() function [all...] |
| H A D | Predicate.h | 71 T GetValue() const { in GetValue() function
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | ExpressionVariable.cpp | 27 m_frozen_sp->GetValue().ResizeData(*byte_size); in GetValueBytes() 28 m_frozen_sp->GetValue().GetData(m_frozen_sp->GetDataExtractor()); in GetValueBytes()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 1483 (PyObject *)generic->GetValue()); in GetRecognizedArguments() 1527 (PyObject *)generic->GetValue()); in ShouldHide() 1617 implementor_sp->GetValue(), "__callback__", sym_ctx); in ScriptedBreakpointResolverSearchCallback() 1634 implementor_sp->GetValue(), "__get_depth__", nullptr); in ScriptedBreakpointResolverSearchDepth() 1681 generic->GetValue(), setting_name, target_sp); in GetDynamicSettings() 1831 old_callee = generic->GetValue(); in GetScriptedSummary() 1991 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in CalculateNumChildren() 2014 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in GetChildAtIndex() 2048 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in GetIndexOfChildWithName() 2076 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in UpdateSynthProviderInstance() [all …]
|
| H A D | ScriptedThreadPythonInterface.cpp | |
| H A D | PythonDataObjects.h | 508 bool GetValue() const; 770 PythonObject(PyRefType::Owned, static_cast<PyObject *>(GetValue())); 773 bool IsValid() const override { return GetValue() && GetValue() != Py_None; }
|
| H A D | ScriptedPythonInterface.h | |
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | ValueObjectChild.cpp | 112 m_value.GetScalar() = parent->GetValue().GetScalar(); in UpdateValue() 113 m_value.SetValueType(parent->GetValue().GetValueType()); in UpdateValue() 202 Value &value = is_instance_ptr_base ? m_parent->GetValue() : m_value; in UpdateValue()
|
| H A D | ValueObjectConstResultImpl.cpp | 190 m_address_of_backend->GetValue().SetValueType(Value::ValueType::Scalar); in AddressOf() 191 m_address_of_backend->GetValue().GetScalar() = m_live_address; in AddressOf()
|
| H A D | ValueObjectCast.cpp | 69 m_value = m_parent->GetValue(); in UpdateValue()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | ExpressionVariable.h | 47 return m_frozen_sp->GetValue().GetRegisterInfo(); in GetRegisterInfo() 51 return m_frozen_sp->GetValue().SetContext( in SetRegisterInfo() 58 m_frozen_sp->GetValue().SetCompilerType(compiler_type); in SetCompilerType()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
| H A D | OperatingSystemPythonInterface.cpp | 82 return obj->GetAsString()->GetValue().str(); in GetRegisterContextForTID() 92 return obj->GetAsBoolean()->GetValue(); in DoesPluginReportAllThreads()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBThread.cpp | 180 break_id_t site_id = stop_info_sp->GetValue(); in GetStopReasonDataCount() 242 break_id_t site_id = stop_info_sp->GetValue(); in GetStopReasonDataAtIndex() 264 return stop_info_sp->GetValue(); in GetStopReasonDataAtIndex() 267 return stop_info_sp->GetValue(); in GetStopReasonDataAtIndex() 270 return stop_info_sp->GetValue(); in GetStopReasonDataAtIndex() 273 return stop_info_sp->GetValue(); in GetStopReasonDataAtIndex() 276 return stop_info_sp->GetValue(); in GetStopReasonDataAtIndex() 279 return stop_info_sp->GetValue(); in GetStopReasonDataAtIndex() 468 strm.ref() << node->GetAsString()->GetValue(); in GetInfoItemByPathAsString() 476 strm.Printf("0x%f", node->GetAsFloat()->GetValue()); in GetInfoItemByPathAsString() [all …]
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | RegisterFlags.h | 90 uint64_t GetValue(uint64_t register_value) const { in GetValue() function 158 ret |= field.GetValue(value) << shift; in ReverseFieldOrder()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.cpp | 56 IRForTarget::FunctionValueCache::GetValue(llvm::Function *function) { in GetValue() function in IRForTarget::FunctionValueCache 518 m_entry_instruction_finder.GetValue(function)) in RewriteObjCConstString() 1347 value_maker.GetValue(function), constant_expr->getType(), in UnfoldConstant() 1350 entry_instruction_finder.GetValue(function)) in UnfoldConstant() 1370 ptr = value_maker.GetValue(function); in UnfoldConstant() 1375 operand = value_maker.GetValue(function); in UnfoldConstant() 1385 entry_instruction_finder.GetValue(function)) in UnfoldConstant() 1409 old_constant, value_maker.GetValue(inst->getParent()->getParent())); in UnfoldConstant() 1561 m_entry_instruction_finder.GetValue(function)); in ReplaceVariables() 1593 body_result_maker.GetValue(instruction->getParent()->getParent())); in ReplaceVariables()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | StoppointHitCounter.h | 22 uint32_t GetValue() const { return m_hit_count; } in GetValue() function
|
| H A D | StoppointSite.h | 33 uint32_t GetHitCount() const { return m_hit_counter.GetValue(); } in GetHitCount()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueProperties.h | 145 if (OptionValue *value = property->GetValue().get()) 158 if (OptionValue *value = property->GetValue().get()) {
|
| H A D | Property.h | 45 const lldb::OptionValueSP &GetValue() const { return m_value_sp; } in GetValue() function
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | TypeFormat.h | 102 uint32_t GetValue() { return m_flags; } in GetValue() function 132 uint32_t GetOptions() { return m_flags.GetValue(); } in GetOptions()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | ThreadSafeValue.h | 25 T GetValue() const { in GetValue() function
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBSymbol.h | 73 uint64_t GetValue();
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Process.cpp | 337 exp_property->GetValue()->GetAsProperties(); in GetOSPluginReportsAllThreads() 350 exp_property->GetValue()->GetAsProperties(); in SetOSPluginReportsAllThreads() 494 ->GetValue(); in Process() 993 return StateIsRunningState(m_public_state.GetValue()); in IsRunning() 999 if (m_public_state.GetValue() == eStateExited) in GetExitStatus() 1007 if (m_public_state.GetValue() == eStateExited && !m_exit_string.empty()) in GetExitDescription() 1020 if (m_private_state.GetValue() == eStateExited) { in SetExitStatus() 1071 switch (m_private_state.GetValue()) { in IsAlive() 1275 return m_private_state.GetValue(); in GetState() 1277 return m_public_state.GetValue(); in GetState() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGSDNodes.h | 150 MVT GetValue() const { in GetValue() function
|