Home
last modified time | relevance | path

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

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