Home
last modified time | relevance | path

Searched refs:ExecutionContextPasses (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/include/lldb/Target/
DTarget.h1175 bool ExecutionContextPasses(const ExecutionContext &exe_ctx);
/external/llvm-project/lldb/source/Target/
DTarget.cpp2671 if (!cur_hook_sp->ExecutionContextPasses(exc_ctx)) in RunStopHooks()
3243 bool Target::StopHook::ExecutionContextPasses(const ExecutionContext &exc_ctx) { in ExecutionContextPasses() function in Target::StopHook