Home
last modified time | relevance | path

Searched refs:SetScriptLanguage (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h235 void SetScriptLanguage(lldb::ScriptLanguage script_lang);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h253 bool SetScriptLanguage(lldb::ScriptLanguage script_lang);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h382 void SetScriptLanguage(lldb::ScriptLanguage lang);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp1074 void SBDebugger::SetScriptLanguage(ScriptLanguage script_lang) { in SetScriptLanguage() function in SBDebugger
1076 m_opaque_sp->SetScriptLanguage(script_lang); in SetScriptLanguage()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp437 bool Debugger::SetScriptLanguage(lldb::ScriptLanguage script_lang) { in SetScriptLanguage() function in Debugger
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp138 debugger.SetScriptLanguage(script_language); in CommandInterpreter()