Home
last modified time | relevance | path

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

/llvm-project/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()
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 DThread.cpp1425 exe_ctx.SetContext(shared_from_this()); in ClearStackFrames()
H A DStackFrame.cpp1871 exe_ctx.SetContext(shared_from_this()); in UpdatePreviousFrameFromCurrentFrame()
/llvm-project/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/lldb/source/Core/
H A DValueObjectVariable.cpp
H A DValueObjectMemory.cpp
H A DValueObjectRegister.cpp
/llvm-project/flang/include/flang/Parser/
H A Dmessage.h41 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 Dparse-state.h124 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 Ddebug-parser.cpp20 message.SetContext(state.context().get()); in Parse()
/llvm-project/lldb/include/lldb/Core/
H A DValue.h96 void SetContext(ContextType context_type, void *p) { in SetContext() function
/llvm-project/lldb/include/lldb/Expression/
H A DExpressionVariable.h51 return m_frozen_sp->GetValue().SetContext( in SetRegisterInfo()
/llvm-project/flang/lib/Semantics/
H A Dtype.cpp406 contextMessage->SetContext(outer.get()); in Instantiate()
412 auto restorer2{foldingContext.messages().SetContext(contextMessage)}; in Instantiate()
H A Dcheck-declarations.cpp2560 auto restorer2{context_.foldingContext().messages().SetContext( in Check()
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp94 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 DDWARFExpression.cpp116 value.SetContext(Value::ContextType::RegisterInfo, in ReadRegisterValueAsScalar()