Home
last modified time | relevance | path

Searched refs:GetValue (Results 1 – 25 of 94) sorted by relevance

1234

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h138 return ((f != nullptr) ? f->GetValue() : fail_value);
149 return ((b != nullptr) ? b->GetValue() : fail_value);
161 return s->GetValue();
240 return string_value->GetValue(); in GetItemAtIndexAsString()
312 N GetValue() { return m_value; } in GetValue() function
337 double GetValue() { return m_value; } in GetValue() function
356 bool GetValue() { return m_value; } in GetValue() function
374 llvm::StringRef GetValue() { return m_value; } in GetValue() function
429 result = result_ptr->GetValue(); in GetValueForKeyAsBoolean()
469 result = string_value->GetValue(); in GetValueForKeyAsString()
[all …]
H A DPredicate.h71 T GetValue() const { in GetValue() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp31 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()
293 m_properties[i].GetValue()->Clear(); in Clear()
428 property->GetValue()->GetAsProperties(); in GetPropertyAtPath()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DExpressionVariable.cpp26 m_frozen_sp->GetValue().ResizeData(*byte_size); in GetValueBytes()
27 m_frozen_sp->GetValue().GetData(m_frozen_sp->GetDataExtractor()); in GetValueBytes()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValueObjectChild.cpp111 m_value.GetScalar() = parent->GetValue().GetScalar(); in UpdateValue()
112 m_value.SetValueType(parent->GetValue().GetValueType()); in UpdateValue()
200 Value &value = is_instance_ptr_base ? m_parent->GetValue() : m_value; in UpdateValue()
H A DValueObjectConstResultImpl.cpp142 m_address_of_backend->GetValue().SetValueType(Value::ValueType::Scalar); in AddressOf()
143 m_address_of_backend->GetValue().GetScalar() = m_live_address; in AddressOf()
H A DValueObjectCast.cpp68 m_value = m_parent->GetValue(); in UpdateValue()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionVariable.h47 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-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterFlags.h42 uint64_t GetValue(uint64_t register_value) const { in GetValue() function
102 ret |= field.GetValue(value) << shift; in ReverseFieldOrder()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1495 (PyObject *)generic->GetValue()); in GetRecognizedArguments()
1607 generic->GetValue(), "should_stop", event, script_error); in ScriptedThreadPlanShouldStop()
1706 implementor_sp->GetValue(), "__callback__", sym_ctx); in ScriptedBreakpointResolverSearchCallback()
1723 implementor_sp->GetValue(), "__get_depth__", nullptr); in ScriptedBreakpointResolverSearchDepth()
1783 implementor_sp->GetValue(), exc_ctx_ref_sp, stream_sp); in ScriptedStopHookHandleStop()
1820 generic->GetValue(), setting_name, target_sp); in GetDynamicSettings()
1970 old_callee = generic->GetValue(); in GetScriptedSummary()
2298 (PyObject *)generic->GetValue()); in GetSyntheticTypeName()
2813 (PyObject *)cmd_obj_sp->GetValue()); in GetShortHelpForCommandObject()
2850 (PyObject *)cmd_obj_sp->GetValue()); in GetFlagsForCommandObject()
[all …]
H A DPythonDataObjects.h506 bool GetValue() const;
768 PythonObject(PyRefType::Owned, static_cast<PyObject *>(GetValue()));
771 bool IsValid() const override { return GetValue() && GetValue() != Py_None; }
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp179 break_id_t site_id = stop_info_sp->GetValue(); in GetStopReasonDataCount()
237 break_id_t site_id = stop_info_sp->GetValue(); in GetStopReasonDataAtIndex()
259 return stop_info_sp->GetValue(); in GetStopReasonDataAtIndex()
262 return stop_info_sp->GetValue(); in GetStopReasonDataAtIndex()
265 return stop_info_sp->GetValue(); in GetStopReasonDataAtIndex()
268 return stop_info_sp->GetValue(); in GetStopReasonDataAtIndex()
271 return stop_info_sp->GetValue(); in GetStopReasonDataAtIndex()
460 strm.ref() << node->GetAsString()->GetValue(); in GetInfoItemByPathAsString()
468 strm.Printf("0x%f", node->GetAsFloat()->GetValue()); in GetInfoItemByPathAsString()
472 if (node->GetAsBoolean()->GetValue()) in GetInfoItemByPathAsString()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp56 IRForTarget::FunctionValueCache::GetValue(llvm::Function *function) { in GetValue() function in IRForTarget::FunctionValueCache
520 m_entry_instruction_finder.GetValue(function))); in RewriteObjCConstString()
1346 value_maker.GetValue(function), constant_expr->getType(), in UnfoldConstant()
1348 entry_instruction_finder.GetValue(function))); in UnfoldConstant()
1367 ptr = value_maker.GetValue(function); in UnfoldConstant()
1372 operand = value_maker.GetValue(function); in UnfoldConstant()
1382 entry_instruction_finder.GetValue(function))); in UnfoldConstant()
1405 old_constant, value_maker.GetValue(inst->getParent()->getParent())); in UnfoldConstant()
1557 m_entry_instruction_finder.GetValue(function)); in ReplaceVariables()
1587 body_result_maker.GetValue(instruction->getParent()->getParent())); in ReplaceVariables()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStoppointHitCounter.h22 uint32_t GetValue() const { return m_hit_count; } in GetValue() function
H A DStoppointSite.h33 uint32_t GetHitCount() const { return m_hit_counter.GetValue(); } in GetHitCount()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h102 uint32_t GetValue() { return m_flags; } in GetValue() function
132 uint32_t GetOptions() { return m_flags.GetValue(); } in GetOptions()
H A DTypeSummary.h194 uint32_t GetValue() { return m_flags; } in GetValue() function
248 uint32_t GetOptions() { return m_flags.GetValue(); } in GetOptions()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h145 if (OptionValue *value = property->GetValue().get())
158 if (OptionValue *value = property->GetValue().get()) {
H A DProperty.h45 const lldb::OptionValueSP &GetValue() const { return m_value_sp; } in GetValue() function
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DThreadSafeValue.h25 T GetValue() const { in GetValue() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp343 exp_property->GetValue()->GetAsProperties(); in GetOSPluginReportsAllThreads()
356 exp_property->GetValue()->GetAsProperties(); in SetOSPluginReportsAllThreads()
493 ->GetValue(); in Process()
1043 if (m_public_state.GetValue() == eStateExited) in GetExitStatus()
1065 if (m_private_state.GetValue() == eStateExited) { in SetExitStatus()
1093 switch (m_private_state.GetValue()) { in IsAlive()
1302 return m_private_state.GetValue(); in GetState()
1304 return m_public_state.GetValue(); in GetState()
3202 if (m_public_state.GetValue() == eStateRunning || in StopForDestroyOrDetach()
3203 m_private_state.GetValue() == eStateRunning) { in StopForDestroyOrDetach()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSymbol.h73 uint64_t GetValue();
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DOperatingSystemPythonInterface.cpp79 return obj->GetAsString()->GetValue().str(); in GetRegisterContextForTID()
H A DScriptedPythonInterface.h104 static_cast<PyObject *>(script_obj->GetValue())); in CreatePluginObject()
248 (PyObject *)m_object_instance_sp->GetValue()); in Dispatch()
354 original_arg = boolean_arg.GetValue(); in ReverseTransform()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h150 MVT GetValue() const { in GetValue() function

1234