Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/source/Target/
DExecutionContext.cpp30 SetContext(target_sp, get_process); in ExecutionContext()
36 SetContext(process_sp); in ExecutionContext()
42 SetContext(thread_sp); in ExecutionContext()
48 SetContext(frame_sp); in ExecutionContext()
56 SetContext(target_sp, get_process); in ExecutionContext()
63 SetContext(process_sp); in ExecutionContext()
70 SetContext(thread_sp); in ExecutionContext()
77 SetContext(frame_sp); in ExecutionContext()
290 void ExecutionContext::SetContext(const lldb::TargetSP &target_sp, in SetContext() function in ExecutionContext
301 void ExecutionContext::SetContext(const lldb::ProcessSP &process_sp) { in SetContext() function in ExecutionContext
[all …]
DStackFrame.cpp1775 exe_ctx.SetContext(shared_from_this()); in CalculateExecutionContext()
DThread.cpp1421 exe_ctx.SetContext(shared_from_this()); in CalculateExecutionContext()
/external/llvm-project/lldb/include/lldb/Target/
DExecutionContext.h502 void SetContext(const lldb::TargetSP &target_sp, bool get_process);
509 void SetContext(const lldb::ProcessSP &process_sp);
516 void SetContext(const lldb::ThreadSP &thread_sp);
522 void SetContext(const lldb::StackFrameSP &frame_sp);
/external/llvm-project/lldb/source/Core/
DValueObjectVariable.cpp138 m_value.SetContext(Value::eContextTypeVariable, variable); in UpdateValue()
143 m_resolved_value.SetContext(Value::eContextTypeInvalid, nullptr); in UpdateValue()
166 m_value.SetContext(Value::eContextTypeVariable, variable); in UpdateValue()
230 value.SetContext(Value::eContextTypeVariable, variable); in UpdateValue()
243 m_resolved_value.SetContext(Value::eContextTypeInvalid, nullptr); in UpdateValue()
DValueObjectMemory.cpp60 m_value.SetContext(Value::eContextTypeLLDBType, m_type_sp.get()); in ValueObjectMemory()
208 value.SetContext(Value::eContextTypeLLDBType, m_type_sp.get()); in UpdateValue()
DValueObjectRegister.cpp252 m_value.SetContext(Value::eContextTypeRegisterInfo, in UpdateValue()
/external/llvm-project/flang/lib/Parser/
Ddebug-parser.cpp20 message.SetContext(state.context().get()); in Parse()
/external/llvm-project/flang/include/flang/Parser/
Dmessage.h177 void SetContext(Message *c) { in SetContext() function
269 common::Restorer<Message::Reference> SetContext(Message *m) { in SetContext() function
290 msg.SetContext(contextMessage_.get()); in Say()
Dparse-state.h125 m->SetContext(context_.get()); in PushContext()
138 messages_.Say(range, std::forward<A>(args)...).SetContext(context_.get()); in Say()
/external/libchrome/mojo/core/
Duser_message_impl.h120 MojoResult SetContext(uintptr_t context,
Duser_message_impl.cc434 MojoResult UserMessageImpl::SetContext( in SetContext() function in mojo::core::UserMessageImpl
Dcore.cc506 return message->SetContext(context, serializer, destructor); in SetMessageContext()
/external/llvm-project/lldb/include/lldb/Core/
DValue.h91 void SetContext(ContextType context_type, void *p) { in SetContext() function
/external/llvm-project/lldb/include/lldb/Expression/
DExpressionVariable.h50 return m_frozen_sp->GetValue().SetContext( in SetRegisterInfo()
/external/llvm-project/flang/lib/Semantics/
Dtype.cpp294 contextMessage->SetContext(outer.get()); in Instantiate()
301 auto restorer2{foldingContext.messages().SetContext(contextMessage)}; in Instantiate()
Dcheck-declarations.cpp1507 auto restorer2{context_.foldingContext().messages().SetContext( in Check()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_context.h109 module_->SetContext(this); in IRContext()
126 module_->SetContext(this); in IRContext()
Dmodule.h260 void SetContext(IRContext* c) { context_ = c; } in SetContext() function
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dir_context.h109 module_->SetContext(this); in IRContext()
126 module_->SetContext(this); in IRContext()
Dmodule.h260 void SetContext(IRContext* c) { context_ = c; } in SetContext() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Dir_context.h109 module_->SetContext(this); in IRContext()
126 module_->SetContext(this); in IRContext()
Dmodule.h260 void SetContext(IRContext* c) { context_ = c; } in SetContext() function
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp91 exe_ctx.SetContext(valobj.GetTargetSP(), true); in GetObjectDescription()
/external/llvm-project/lldb/source/Expression/
DDWARFExpression.cpp178 value.SetContext(Value::eContextTypeRegisterInfo, in ReadRegisterValueAsScalar()

12