Searched defs:GetDummyTarget (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lldb/include/lldb/Core/ | ||
H A D | Debugger.h | 488 Target &GetDummyTarget() { return *m_dummy_target_sp; } GetDummyTarget() function |
/llvm-project/lldb/source/Interpreter/ | ||
H A D | CommandObject.cpp | 757 Target &CommandObject::GetDummyTarget() { GetDummyTarget() function in CommandObject |
/llvm-project/lldb/source/API/ | ||
H A D | SBDebugger.cpp | 954 SBTarget SBDebugger::GetDummyTarget() { GetDummyTarget() function in SBDebugger |