Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBDebugger.i397 GetScriptingLanguage (const char *script_language_name);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBDebugger.h276 lldb::ScriptLanguage GetScriptingLanguage(const char *script_language_name);
/openbsd-src/gnu/llvm/lldb/tools/driver/
H A DDriver.cpp268 m_debugger.SetScriptLanguage(m_debugger.GetScriptingLanguage(arg_value)); in ProcessArgs()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp705 SBDebugger::GetScriptingLanguage(const char *script_language_name) { in GetScriptingLanguage() function in SBDebugger