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.h125 CommandInterpreter &GetCommandInterpreter() { return m_interpreter; } in GetCommandInterpreter() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h163 CommandInterpreter &GetCommandInterpreter() { in GetCommandInterpreter() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp513 SBCommandInterpreter SBDebugger::GetCommandInterpreter() { in GetCommandInterpreter() function in SBDebugger