Home
last modified time | relevance | path

Searched refs:ToScriptLanguage (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionArgParser.h41 static lldb::ScriptLanguage ToScriptLanguage(llvm::StringRef s,
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionArgParser.cpp139 lldb::ScriptLanguage OptionArgParser::ToScriptLanguage( in ToScriptLanguage() function in OptionArgParser
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp721 return OptionArgParser::ToScriptLanguage( in GetScriptingLanguage()