Home
last modified time | relevance | path

Searched defs:GetCommandInterpreter (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h124 CommandInterpreter &GetCommandInterpreter() { return m_interpreter; } in GetCommandInterpreter() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h168 CommandInterpreter &GetCommandInterpreter() { in GetCommandInterpreter() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp556 SBCommandInterpreter SBDebugger::GetCommandInterpreter() { in GetCommandInterpreter() function in SBDebugger