Home
last modified time | relevance | path

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

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