Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp396 ExecutionContextRef::ExecutionContextRef() in ExecutionContextRef() function in ExecutionContextRef
399 ExecutionContextRef::ExecutionContextRef(const ExecutionContext *exe_ctx) in ExecutionContextRef() function in ExecutionContextRef
405 ExecutionContextRef::ExecutionContextRef(const ExecutionContext &exe_ctx) in ExecutionContextRef() function in ExecutionContextRef
410 ExecutionContextRef::ExecutionContextRef(Target *target, bool adopt_selected) in ExecutionContextRef() function in ExecutionContextRef
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h90 class ExecutionContextRef; variable