Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DExecutionContext.cpp288 void ExecutionContext::SetContext(const lldb::TargetSP &target_sp, in SetContext() function in ExecutionContext
299 void ExecutionContext::SetContext(const lldb::ProcessSP &process_sp) { in SetContext() function in ExecutionContext
309 void ExecutionContext::SetContext(const lldb::ThreadSP &thread_sp) { in SetContext() function in ExecutionContext
324 void ExecutionContext::SetContext(const lldb::StackFrameSP &frame_sp) { in SetContext() function in ExecutionContext
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DValue.h96 void SetContext(ContextType context_type, void *p) { in SetContext() function