Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DScriptInterpreter.cpp50 std::string ScriptInterpreter::LanguageToString(lldb::ScriptLanguage language) { in LanguageToString() function in ScriptInterpreter
70 if (language.equals_lower(LanguageToString(eScriptLanguageNone))) in StringToLanguage()
72 if (language.equals_lower(LanguageToString(eScriptLanguagePython))) in StringToLanguage()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp56 ScriptInterpreter::LanguageToString(interpreter)); in SerializeToStructuredData()
345 ScriptInterpreter::LanguageToString(cmd_data_up->interpreter) in CreateFromStructuredData()
614 ScriptInterpreter::LanguageToString(data->interpreter).c_str()); in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h466 static std::string LanguageToString(lldb::ScriptLanguage language);