Home
last modified time | relevance | path

Searched refs:GetDummyTarget (Results 1 – 4 of 4) sorted by relevance

/external/lldb/include/lldb/Host/
DHost.h467 GetDummyTarget (Debugger &debugger);
/external/lldb/source/Commands/
DCommandObjectExpression.cpp325 target = Host::GetDummyTarget(m_interpreter.GetDebugger()).get(); in EvaluateExpression()
/external/lldb/source/Host/common/
DHost.cpp1304 Host::GetDummyTarget (lldb_private::Debugger &debugger) in GetDummyTarget() function in Host
/external/lldb/source/Interpreter/
DCommandInterpreter.cpp1406 target = Host::GetDummyTarget(GetDebugger()).get(); in PreprocessCommand()