Home
last modified time | relevance | path

Searched refs:ResolveValue (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp1377 if (!stack.back().ResolveValue(exe_ctx).AbsoluteValue()) { in Evaluate()
1390 stack.back().ResolveValue(exe_ctx) = in Evaluate()
1391 stack.back().ResolveValue(exe_ctx) & tmp.ResolveValue(exe_ctx); in Evaluate()
1401 if (tmp.ResolveValue(exe_ctx).IsZero()) in Evaluate()
1406 divisor = tmp.ResolveValue(exe_ctx); in Evaluate()
1407 dividend = stack.back().ResolveValue(exe_ctx); in Evaluate()
1412 if (!stack.back().ResolveValue(exe_ctx).IsValid()) in Evaluate()
1423 stack.back().ResolveValue(exe_ctx) = in Evaluate()
1424 stack.back().ResolveValue(exe_ctx) - tmp.ResolveValue(exe_ctx); in Evaluate()
1435 stack.back().ResolveValue(exe_ctx) = in Evaluate()
[all …]
H A DIRInterpreter.cpp189 lldb::addr_t process_address = ResolveValue(value, module); in EvaluateValue()
222 lldb::addr_t process_address = ResolveValue(value, module); in AssignValue()
437 lldb::addr_t ResolveValue(const Value *value, Module &module) { in ResolveValue() function in InterpreterStackFrame
1268 lldb::addr_t D = frame.ResolveValue(load_inst, module); in Interpret()
1269 lldb::addr_t P = frame.ResolveValue(pointer_operand, module); in Interpret()
1337 lldb::addr_t D = frame.ResolveValue(value_operand, module); in Interpret()
1338 lldb::addr_t P = frame.ResolveValue(pointer_operand, module); in Interpret()
H A DFunctionCaller.cpp214 const Scalar &arg_scalar = arg_value->ResolveValue(&exe_ctx); in WriteFunctionArguments()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp948 super_value.ResolveValue(&exe_ctx); in GetStepThroughDispatchPlan()
955 super_value.ResolveValue(&exe_ctx); in GetStepThroughDispatchPlan()
974 super_value.ResolveValue(&exe_ctx); in GetStepThroughDispatchPlan()
998 isa_value.ResolveValue(&exe_ctx); in GetStepThroughDispatchPlan()
H A DAppleObjCRuntime.cpp84 if (!valobj.ResolveValue(val.GetScalar())) in GetObjectDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h110 Scalar &ResolveValue(ExecutionContext *exe_ctx, Module *module = nullptr);
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObjectRegister.h106 bool ResolveValue(Scalar &scalar) override;
H A DValueObject.h515 virtual bool ResolveValue(Scalar &scalar);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp207 ResolveValue(exe_ctx); in ValueOf()
590 Scalar &Value::ResolveValue(ExecutionContext *exe_ctx, Module *module) { in ResolveValue() function in Value
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectRegister.cpp298 bool ValueObjectRegister::ResolveValue(Scalar &scalar) { in ResolveValue() function in ValueObjectRegister
H A DValueObject.cpp328 bool ValueObject::ResolveValue(Scalar &scalar) { in ResolveValue() function in ValueObject
334 scalar = tmp_value.ResolveValue(&exe_ctx, GetModule().get()); in ResolveValue()
360 if (!ResolveValue(scalar_value)) { in IsLogicalTrue()
1114 if (ResolveValue(scalar)) { in GetValueAsUnsigned()
1132 if (ResolveValue(scalar)) { in GetValueAsSigned()
1159 if (ResolveValue(scalar)) in GetValueAsAPSInt()
1175 if (ResolveValue(scalar)) in GetValueAsAPFloat()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp981 if (result_valobj_sp->ResolveValue(scalar)) { in UnloadImage()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp946 if (result_value_sp->ResolveValue(scalar_value)) { in PerformAction()
H A DStackFrame.cpp1171 m_frame_base = expr_value->ResolveValue(&exe_ctx); in GetFrameBaseValue()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1885 if (expr_result_valobj_sp->ResolveValue(scalar)) { in PreprocessToken()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp652 return memberOffset->ResolveValue(nullptr).UInt(); in ExtractDataMemberLocation()