Home
last modified time | relevance | path

Searched refs:exe_ctx_ptr (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DExecutionContext.h85 ExecutionContextRef(const ExecutionContext *exe_ctx_ptr);
DTarget.h1105 static Target *GetTargetFromContexts(const ExecutionContext *exe_ctx_ptr,
/openbsd/src/gnu/llvm/lldb/source/Target/
DTarget.cpp2532 Target *Target::GetTargetFromContexts(const ExecutionContext *exe_ctx_ptr, in GetTargetFromContexts() argument
2541 if (target == nullptr && exe_ctx_ptr) in GetTargetFromContexts()
2542 target = exe_ctx_ptr->GetTargetPtr(); in GetTargetFromContexts()