Searched refs:script_lang (Results 1 - 11 of 11) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp25 lldb::ScriptLanguage script_lang)
26 : m_debugger(debugger), m_script_lang(script_lang) {}
24 ScriptInterpreter(Debugger &debugger, lldb::ScriptLanguage script_lang) argument
H A DCommandObjectScript.cpp24 ScriptLanguage script_lang)
23 CommandObjectScript(CommandInterpreter &interpreter, ScriptLanguage script_lang) argument
H A DCommandObjectScript.h21 lldb::ScriptLanguage script_lang);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1531 PluginManager::GetScriptInterpreterForLanguage(lldb::ScriptLanguage script_lang, argument
1542 if (script_lang == pos->language)
H A DDebugger.cpp378 bool Debugger::SetScriptLanguage(lldb::ScriptLanguage script_lang) { argument
381 script_lang);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1344 void SBDebugger::SetScriptLanguage(ScriptLanguage script_lang) { argument
1346 (lldb::ScriptLanguage), script_lang);
1349 m_opaque_sp->SetScriptLanguage(script_lang);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h55 ScriptInterpreter(Debugger &debugger, lldb::ScriptLanguage script_lang);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h254 lldb::ScriptLanguage script_lang,
263 GetScriptInterpreterForLanguage(lldb::ScriptLanguage script_lang,
H A DDebugger.h253 bool SetScriptLanguage(lldb::ScriptLanguage script_lang);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h261 void SetScriptLanguage(lldb::ScriptLanguage script_lang);
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i441 SetScriptLanguage (lldb::ScriptLanguage script_lang);

Completed in 234 milliseconds