Home
last modified time | relevance | path

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

1234

/freebsd/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()
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 DStructuredData.h122 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 DPredicate.h71 T GetValue() const { in GetValue() function
/freebsd/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/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/contrib/llvm-project/lldb/source/Core/
H A DValueObjectChild.cpp113 m_value.GetScalar() = parent->GetValue().GetScalar(); in UpdateValue()
114 m_value.SetValueType(parent->GetValue().GetValueType()); in UpdateValue()
202 Value &value = is_instance_ptr_base ? m_parent->GetValue() : m_value; in UpdateValue()
H A DValueObjectConstResultImpl.cpp191 m_address_of_backend->GetValue().SetValueType(Value::ValueType::Scalar); in AddressOf()
192 m_address_of_backend->GetValue().GetScalar() = m_live_address; in AddressOf()
H A DValueObjectCast.cpp70 m_value = m_parent->GetValue(); in UpdateValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1500 (PyObject *)generic->GetValue()); in GetRecognizedArguments()
1600 implementor_sp->GetValue(), "__callback__", sym_ctx); in ScriptedBreakpointResolverSearchCallback()
1617 implementor_sp->GetValue(), "__get_depth__", nullptr); in ScriptedBreakpointResolverSearchDepth()
1677 implementor_sp->GetValue(), exc_ctx_ref_sp, stream_sp); in ScriptedStopHookHandleStop()
1714 generic->GetValue(), setting_name, target_sp); in GetDynamicSettings()
1864 old_callee = generic->GetValue(); in GetScriptedSummary()
2024 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in CalculateNumChildren()
2047 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in GetChildAtIndex()
2081 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in GetIndexOfChildWithName()
2106 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in UpdateSynthProviderInstance()
[all …]
H A DScriptedThreadPythonInterface.cpp
H A DPythonDataObjects.h508 bool GetValue() const;
770 PythonObject(PyRefType::Owned, static_cast<PyObject *>(GetValue()));
773 bool IsValid() const override { return GetValue() && GetValue() != Py_None; }
H A DScriptedPythonInterface.h
/freebsd/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/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/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterFlags.h90 uint64_t GetValue(uint64_t register_value) const { in GetValue() function
158 ret |= field.GetValue(value) << shift; in ReverseFieldOrder()
/freebsd/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/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/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/contrib/llvm-project/lldb/include/lldb/Core/
H A DThreadSafeValue.h25 T GetValue() const { in GetValue() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp373 exp_property->GetValue()->GetAsProperties(); in GetOSPluginReportsAllThreads()
386 exp_property->GetValue()->GetAsProperties(); in SetOSPluginReportsAllThreads()
521 ->GetValue(); in Process()
848 uint64_t signo = curr_thread->GetStopInfo()->GetValue(); in HandleProcessStateChangedEvent()
879 uint64_t signo = thread->GetStopInfo()->GetValue(); in HandleProcessStateChangedEvent()
1069 return StateIsRunningState(m_public_state.GetValue()); in IsRunning()
1075 if (m_public_state.GetValue() == eStateExited) in GetExitStatus()
1083 if (m_public_state.GetValue() == eStateExited && !m_exit_string.empty()) in GetExitDescription()
1097 if (m_private_state.GetValue() == eStateExited) { in SetExitStatus()
1125 switch (m_private_state.GetValue()) { in IsAlive()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSymbol.h73 uint64_t GetValue();
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h104 static_cast<PyObject *>(script_obj->GetValue())); in CreatePluginObject()
248 (PyObject *)m_object_instance_sp->GetValue()); in Dispatch()
369 original_arg = boolean_arg.GetValue(); in ReverseTransform()

1234