Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DExecutionContext.cpp28 SetContext(target_sp, get_process); in ExecutionContext()
34 SetContext(process_sp); in ExecutionContext()
40 SetContext(thread_sp); in ExecutionContext()
46 SetContext(frame_sp); in ExecutionContext()
54 SetContext(target_sp, get_process); in ExecutionContext()
61 SetContext(process_sp); in ExecutionContext()
68 SetContext(thread_sp); in ExecutionContext()
75 SetContext(frame_sp); in ExecutionContext()
288 void ExecutionContext::SetContext(const lldb::TargetSP &target_sp, in SetContext() function in ExecutionContext
299 void ExecutionContext::SetContext(const lldb::ProcessSP &process_sp) { in SetContext() function in ExecutionContext
[all …]
H A DStackFrame.cpp1770 exe_ctx.SetContext(shared_from_this()); in CalculateExecutionContext()
H A DThread.cpp1398 exe_ctx.SetContext(shared_from_this()); in CalculateExecutionContext()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DExecutionContext.h503 void SetContext(const lldb::TargetSP &target_sp, bool get_process);
510 void SetContext(const lldb::ProcessSP &process_sp);
517 void SetContext(const lldb::ThreadSP &thread_sp);
523 void SetContext(const lldb::StackFrameSP &frame_sp);
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObjectVariable.cpp138 m_value.SetContext(Value::ContextType::Variable, variable); in UpdateValue()
142 m_resolved_value.SetContext(Value::ContextType::Invalid, nullptr); in UpdateValue()
165 m_value.SetContext(Value::ContextType::Variable, variable); in UpdateValue()
232 value.SetContext(Value::ContextType::Variable, variable); in UpdateValue()
245 m_resolved_value.SetContext(Value::ContextType::Invalid, nullptr); in UpdateValue()
H A DValueObjectMemory.cpp60 m_value.SetContext(Value::ContextType::LLDBType, m_type_sp.get()); in ValueObjectMemory()
211 value.SetContext(Value::ContextType::LLDBType, m_type_sp.get()); in UpdateValue()
H A DValueObjectRegister.cpp251 m_value.SetContext(Value::ContextType::RegisterInfo, in UpdateValue()
/llvm-project-15.0.7/flang/lib/Parser/
H A Ddebug-parser.cpp20 message.SetContext(state.context().get()); in Parse()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-state.h124 m->SetContext(context_.get()); in PushContext()
137 messages_.Say(range, std::forward<A>(args)...).SetContext(context_.get()); in Say()
H A Dmessage.h213 void SetContext(Message *c) { in SetContext() function
308 common::Restorer<Message::Reference> SetContext(Message *m) { in SetContext() function
329 msg.SetContext(contextMessage_.get()); in Say()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValue.h96 void SetContext(ContextType context_type, void *p) { in SetContext() function
/llvm-project-15.0.7/lldb/include/lldb/Expression/
H A DExpressionVariable.h50 return m_frozen_sp->GetValue().SetContext( in SetRegisterInfo()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dtype.cpp359 contextMessage->SetContext(outer.get()); in Instantiate()
366 auto restorer2{foldingContext.messages().SetContext(contextMessage)}; in Instantiate()
H A Dcheck-declarations.cpp1720 auto restorer2{context_.foldingContext().messages().SetContext( in Check()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp92 exe_ctx.SetContext(valobj.GetTargetSP(), true); in GetObjectDescription()
/llvm-project-15.0.7/lldb/source/Expression/
H A DDWARFExpression.cpp107 value.SetContext(Value::ContextType::RegisterInfo, in ReadRegisterValueAsScalar()