| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | ExecutionContext.cpp | 28 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 D | StackFrame.cpp | 1770 exe_ctx.SetContext(shared_from_this()); in CalculateExecutionContext()
|
| H A D | Thread.cpp | 1398 exe_ctx.SetContext(shared_from_this()); in CalculateExecutionContext()
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | ExecutionContext.h | 503 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 D | ValueObjectVariable.cpp | 138 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 D | ValueObjectMemory.cpp | 60 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 D | ValueObjectRegister.cpp | 251 m_value.SetContext(Value::ContextType::RegisterInfo, in UpdateValue()
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | debug-parser.cpp | 20 message.SetContext(state.context().get()); in Parse()
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | parse-state.h | 124 m->SetContext(context_.get()); in PushContext() 137 messages_.Say(range, std::forward<A>(args)...).SetContext(context_.get()); in Say()
|
| H A D | message.h | 213 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 D | Value.h | 96 void SetContext(ContextType context_type, void *p) { in SetContext() function
|
| /llvm-project-15.0.7/lldb/include/lldb/Expression/ |
| H A D | ExpressionVariable.h | 50 return m_frozen_sp->GetValue().SetContext( in SetRegisterInfo()
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | type.cpp | 359 contextMessage->SetContext(outer.get()); in Instantiate() 366 auto restorer2{foldingContext.messages().SetContext(contextMessage)}; in Instantiate()
|
| H A D | check-declarations.cpp | 1720 auto restorer2{context_.foldingContext().messages().SetContext( in Check()
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 92 exe_ctx.SetContext(valobj.GetTargetSP(), true); in GetObjectDescription()
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 107 value.SetContext(Value::ContextType::RegisterInfo, in ReadRegisterValueAsScalar()
|