Searched refs:script_lang (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObjectScript.h30 lldb::ScriptLanguage script_lang);
H A DCommandObjectScript.cpp35 CommandObjectScript::CommandObjectScript (CommandInterpreter &interpreter, ScriptLanguage script_lang) : argument
H A DScriptInterpreter.cpp28 ScriptInterpreter::ScriptInterpreter (CommandInterpreter &interpreter, lldb::ScriptLanguage script_lang) : argument
30 m_script_lang (script_lang)
H A DCommandInterpreter.cpp2722 lldb::ScriptLanguage script_lang = GetDebugger().GetScriptLanguage(); local
2723 switch (script_lang)
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h278 SetScriptLanguage (lldb::ScriptLanguage script_lang);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h293 SetScriptLanguage (lldb::ScriptLanguage script_lang);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h172 ScriptInterpreter (CommandInterpreter &interpreter, lldb::ScriptLanguage script_lang);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp1107 SBDebugger::SetScriptLanguage (ScriptLanguage script_lang) argument
1111 m_opaque_sp->SetScriptLanguage (script_lang);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp272 Debugger::SetScriptLanguage (lldb::ScriptLanguage script_lang) argument
275 return m_collection_sp->SetPropertyAtIndexAsEnumeration (NULL, idx, script_lang);

Completed in 91 milliseconds