Searched refs:SetContext (Results 1 – 16 of 16) sorted by relevance
| /llvm-project/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() 289 void ExecutionContext::SetContext(const lldb::TargetSP &target_sp, in SetContext() function in ExecutionContext 300 void ExecutionContext::SetContext(const lldb::ProcessSP &process_sp) { in SetContext() function in ExecutionContext [all …]
|
| H A D | Thread.cpp | 1425 exe_ctx.SetContext(shared_from_this()); in ClearStackFrames()
|
| H A D | StackFrame.cpp | 1871 exe_ctx.SetContext(shared_from_this()); in UpdatePreviousFrameFromCurrentFrame()
|
| /llvm-project/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/lldb/source/Core/ |
| H A D | ValueObjectVariable.cpp | |
| H A D | ValueObjectMemory.cpp | |
| H A D | ValueObjectRegister.cpp | |
| /llvm-project/flang/include/flang/Parser/ |
| H A D | message.h | 41 Context, // (internal): attachment from SetContext() 273 void SetContext(Message *c) { 384 common::Restorer<Message::Reference> SetContext(Message *m) { 409 msg.SetContext(contextMessage_.get()); 443 msg.SetContext(contextMessage_.get()); 221 void SetContext(Message *c) { SetContext() function 316 common::Restorer<Message::Reference> SetContext(Message *m) { SetContext() function
|
| 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()
|
| /llvm-project/flang/lib/Parser/ |
| H A D | debug-parser.cpp | 20 message.SetContext(state.context().get()); in Parse()
|
| /llvm-project/lldb/include/lldb/Core/ |
| H A D | Value.h | 96 void SetContext(ContextType context_type, void *p) { in SetContext() function
|
| /llvm-project/lldb/include/lldb/Expression/ |
| H A D | ExpressionVariable.h | 51 return m_frozen_sp->GetValue().SetContext( in SetRegisterInfo()
|
| /llvm-project/flang/lib/Semantics/ |
| H A D | type.cpp | 406 contextMessage->SetContext(outer.get()); in Instantiate() 412 auto restorer2{foldingContext.messages().SetContext(contextMessage)}; in Instantiate()
|
| H A D | check-declarations.cpp | 2560 auto restorer2{context_.foldingContext().messages().SetContext( in Check()
|
| /llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 94 exe_ctx.SetContext(valobj.GetTargetSP(), true); in GetObjectDescription() 138 // value.SetContext(Value::eContextTypeClangType, opaque_type_ptr); in GetObjectDescription() 153 // ret.SetContext(Value::eContextTypeClangType, return_compiler_type); in GetObjectDescription()
|
| /llvm-project/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 116 value.SetContext(Value::ContextType::RegisterInfo, in ReadRegisterValueAsScalar()
|