Home
last modified time | relevance | path

Searched defs:SetContext (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/source/Target/
DExecutionContext.cpp290 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
311 void ExecutionContext::SetContext(const lldb::ThreadSP &thread_sp) { in SetContext() function in ExecutionContext
326 void ExecutionContext::SetContext(const lldb::StackFrameSP &frame_sp) { in SetContext() function in ExecutionContext
/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
/external/llvm-project/lldb/include/lldb/Core/
DValue.h91 void SetContext(ContextType context_type, void *p) { in SetContext() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.h260 void SetContext(IRContext* c) { context_ = c; } in SetContext() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Dmodule.h260 void SetContext(IRContext* c) { context_ = c; } in SetContext() function
/external/libchrome/mojo/core/
Duser_message_impl.cc434 MojoResult UserMessageImpl::SetContext( in SetContext() function in mojo::core::UserMessageImpl