/external/llvm-project/lldb/source/Target/ |
D | ExecutionContext.cpp | 30 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 …]
|
D | StackFrame.cpp | 1775 exe_ctx.SetContext(shared_from_this()); in CalculateExecutionContext()
|
D | Thread.cpp | 1421 exe_ctx.SetContext(shared_from_this()); in CalculateExecutionContext()
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | ExecutionContext.h | 502 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/ |
D | ValueObjectVariable.cpp | 138 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()
|
D | ValueObjectMemory.cpp | 60 m_value.SetContext(Value::eContextTypeLLDBType, m_type_sp.get()); in ValueObjectMemory() 208 value.SetContext(Value::eContextTypeLLDBType, m_type_sp.get()); in UpdateValue()
|
D | ValueObjectRegister.cpp | 252 m_value.SetContext(Value::eContextTypeRegisterInfo, in UpdateValue()
|
/external/llvm-project/flang/lib/Parser/ |
D | debug-parser.cpp | 20 message.SetContext(state.context().get()); in Parse()
|
/external/llvm-project/flang/include/flang/Parser/ |
D | message.h | 177 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()
|
D | parse-state.h | 125 m->SetContext(context_.get()); in PushContext() 138 messages_.Say(range, std::forward<A>(args)...).SetContext(context_.get()); in Say()
|
/external/libchrome/mojo/core/ |
D | user_message_impl.h | 120 MojoResult SetContext(uintptr_t context,
|
D | user_message_impl.cc | 434 MojoResult UserMessageImpl::SetContext( in SetContext() function in mojo::core::UserMessageImpl
|
D | core.cc | 506 return message->SetContext(context, serializer, destructor); in SetMessageContext()
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | Value.h | 91 void SetContext(ContextType context_type, void *p) { in SetContext() function
|
/external/llvm-project/lldb/include/lldb/Expression/ |
D | ExpressionVariable.h | 50 return m_frozen_sp->GetValue().SetContext( in SetRegisterInfo()
|
/external/llvm-project/flang/lib/Semantics/ |
D | type.cpp | 294 contextMessage->SetContext(outer.get()); in Instantiate() 301 auto restorer2{foldingContext.messages().SetContext(contextMessage)}; in Instantiate()
|
D | check-declarations.cpp | 1507 auto restorer2{context_.foldingContext().messages().SetContext( in Check()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | ir_context.h | 109 module_->SetContext(this); in IRContext() 126 module_->SetContext(this); in IRContext()
|
D | module.h | 260 void SetContext(IRContext* c) { context_ = c; } in SetContext() function
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | ir_context.h | 109 module_->SetContext(this); in IRContext() 126 module_->SetContext(this); in IRContext()
|
D | module.h | 260 void SetContext(IRContext* c) { context_ = c; } in SetContext() function
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | ir_context.h | 109 module_->SetContext(this); in IRContext() 126 module_->SetContext(this); in IRContext()
|
D | module.h | 260 void SetContext(IRContext* c) { context_ = c; } in SetContext() function
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCRuntime.cpp | 91 exe_ctx.SetContext(valobj.GetTargetSP(), true); in GetObjectDescription()
|
/external/llvm-project/lldb/source/Expression/ |
D | DWARFExpression.cpp | 178 value.SetContext(Value::eContextTypeRegisterInfo, in ReadRegisterValueAsScalar()
|