Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DRuntime.h23 Target &GetTargetRef() { return m_process->GetTarget(); } in GetTargetRef() function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DExecutionContext.cpp224 Target &ExecutionContext::GetTargetRef() const { in GetTargetRef() function in ExecutionContext