Home
last modified time | relevance | path

Searched refs:GetScriptingLanguage (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h315 lldb::ScriptLanguage GetScriptingLanguage(const char *script_language_name);
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp263 m_debugger.SetScriptLanguage(m_debugger.GetScriptingLanguage(arg_value)); in ProcessArgs()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp716 SBDebugger::GetScriptingLanguage(const char *script_language_name) { in GetScriptingLanguage() function in SBDebugger
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp22514 result = (lldb::ScriptLanguage)(arg1)->GetScriptingLanguage((char const *)arg2); in _wrap_SBDebugger_GetScriptingLanguage()