Home
last modified time | relevance | path

Searched defs:script_lang (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObjectScript.cpp30 ScriptLanguage script_lang) in CommandObjectScript()
H A DScriptInterpreter.cpp26 lldb::ScriptLanguage script_lang) in ScriptInterpreter()
H A DCommandInterpreter.cpp2507 lldb::ScriptLanguage script_lang = GetDebugger().GetScriptLanguage(); in GetScriptInterpreter() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp1074 void SBDebugger::SetScriptLanguage(ScriptLanguage 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()
H A DPluginManager.cpp1521 lldb::ScriptLanguage script_lang, CommandInterpreter &interpreter) { in GetScriptInterpreterForLanguage()