Searched refs:GetValue (Results 1 - 25 of 71) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp41 lldb::OptionValueSP new_value_sp(m_properties[i].GetValue()->DeepCopy());
56 property.GetValue()->SetParent(shared_from_this());
106 value_sp = GetPropertyAtIndex(exe_ctx, will_modify, idx)->GetValue();
243 return setting->GetValue();
269 return property->GetValue()->GetAsArch();
278 return property->GetValue()->GetAsLanguage();
286 OptionValue *value = property->GetValue().get();
305 OptionValue *value = property->GetValue().get();
324 OptionValue *value = property->GetValue().get();
335 OptionValue *value = property->GetValue()
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DThreadSafeValue.h28 T GetValue() const { function in class:lldb_private::ThreadSafeValue
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h105 return ((integer != nullptr) ? integer->GetValue() : fail_value);
116 return ((f != nullptr) ? f->GetValue() : fail_value);
127 return ((b != nullptr) ? b->GetValue() : fail_value);
139 return s->GetValue();
200 result = static_cast<IntType>(int_value->GetValue());
220 result = string_value->GetValue();
239 result = ConstString(string_value->GetValue());
294 uint64_t GetValue() { return m_value; } function in class:Integer
311 double GetValue() { return m_value; } function in class:Float
328 bool GetValue() { retur function in class:Boolean
344 llvm::StringRef GetValue() { return m_value; } function in class:String
540 void *GetValue() const { return m_object; } function in class:Generic
[all...]
H A DPredicate.h71 T GetValue() const { function in class:lldb_private::Predicate
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DExpressionVariable.cpp22 m_frozen_sp->GetValue().ResizeData(byte_size);
23 m_frozen_sp->GetValue().GetData(m_frozen_sp->GetDataExtractor());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DProperty.h48 const lldb::OptionValueSP &GetValue() const { return m_value_sp; } function in class:lldb_private::Property
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp493 ->GetValue();
618 ->GetValue();
663 ->GetValue();
670 ->GetValue();
675 ->GetValue();
688 ->GetValue();
735 ->GetValue();
754 ->GetValue();
758 ->GetValue();
762 ->GetValue();
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h103 uint32_t GetValue() { return m_flags; } function in class:lldb_private::TypeFormatImpl::Flags
133 uint32_t GetOptions() { return m_flags.GetValue(); }
H A DFormattersHelpers.h140 uint64_t GetValue() const { function in struct:lldb_private::formatters::InferiorSizedWord
H A DTypeSummary.h194 uint32_t GetValue() { return m_flags; } function in class:lldb_private::TypeSummaryImpl::Flags
248 uint32_t GetOptions() { return m_flags.GetValue(); }
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResultImpl.cpp136 m_address_of_backend->GetValue().SetValueType(Value::eValueTypeScalar);
137 m_address_of_backend->GetValue().GetScalar() = m_live_address;
H A DValueObjectCast.cpp69 m_value = m_parent->GetValue();
H A DValueObjectChild.cpp120 m_value.GetScalar() = parent->GetValue().GetScalar();
121 Value::ValueType value_type = parent->GetValue().GetValueType();
228 Value &value = is_instance_ptr_base ? m_parent->GetValue() : m_value;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionVariable.h46 return m_frozen_sp->GetValue().GetRegisterInfo();
50 return m_frozen_sp->GetValue().SetContext(
57 m_frozen_sp->GetValue().SetCompilerType(compiler_type);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h144 m_value = m_parent->GetValue();
H A DStopInfo.h45 uint64_t GetValue() const { return m_value; } function in class:lldb_private::StopInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h150 MVT GetValue() const { function in class:llvm::ScheduleDAGSDNodes::RegDefIter
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1567 (PyObject *)generic->GetValue());
1632 (PyObject *)generic->GetValue());
1687 (PyObject *)generic->GetValue());
1774 (PyObject *)generic->GetValue());
1833 (PyObject *)generic->GetValue());
1916 generic->GetValue(), "explains_stop", event, script_error);
1933 generic->GetValue(), "should_stop", event, script_error);
1949 is_stale = LLDBSWIGPythonCallThreadPlan(generic->GetValue(), "is_stale",
1967 generic->GetValue(), "should_step", nullptr, script_error);
2018 implementor_sp->GetValue(), "__callback_
[all...]
H A DPythonDataObjects.h79 Py_XINCREF(GetValue());
84 Py_XDECREF(GetValue());
88 bool IsValid() const override { return GetValue() && GetValue() != Py_None; }
509 bool GetValue() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp177 ->GetValue();
254 PCs.push_back(PC->GetAsInteger()->GetValue());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepThrough.cpp249 break_id_t stop_value = (break_id_t)stop_info_sp->GetValue();
H A DProcess.cpp536 ->GetValue();
891 uint64_t signo = thread->GetStopInfo()->GetValue();
1073 return StateIsRunningState(m_public_state.GetValue());
1079 if (m_public_state.GetValue() == eStateExited)
1087 if (m_public_state.GetValue() == eStateExited && !m_exit_string.empty())
1103 if (m_private_state.GetValue() == eStateExited) {
1128 switch (m_private_state.GetValue()) {
1293 return m_public_state.GetValue();
1301 const StateType old_state = m_public_state.GetValue();
1401 StateType Process::GetPrivateState() { return m_private_state.GetValue(); }
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h471 llvm::Value *GetValue(llvm::Function *function);
H A DIRForTarget.cpp54 IRForTarget::FunctionValueCache::GetValue(llvm::Function *function) { function in class:IRForTarget::FunctionValueCache
534 m_entry_instruction_finder.GetValue(function)));
1572 value_maker.GetValue(function), constant_expr->getType(),
1574 entry_instruction_finder.GetValue(function)));
1592 ptr = value_maker.GetValue(function);
1604 operand = value_maker.GetValue(function);
1614 entry_instruction_finder.GetValue(function)));
1637 old_constant, value_maker.GetValue(inst->getParent()->getParent()));
1790 m_entry_instruction_finder.GetValue(function));
1825 body_result_maker.GetValue(instructio
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp180 break_id_t site_id = stop_info_sp->GetValue();
231 break_id_t site_id = stop_info_sp->GetValue();
253 return stop_info_sp->GetValue();
256 return stop_info_sp->GetValue();
259 return stop_info_sp->GetValue();
363 stop_info_sp->GetValue());
523 strm.Printf("%s", node->GetAsString()->GetValue().str().c_str());
527 strm.Printf("0x%" PRIx64, node->GetAsInteger()->GetValue());
531 strm.Printf("0x%f", node->GetAsFloat()->GetValue());
535 if (node->GetAsBoolean()->GetValue())
[all...]

Completed in 162 milliseconds

123