Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DScriptInterpreter.cpp60 std::string ScriptInterpreter::LanguageToString(lldb::ScriptLanguage language) { in LanguageToString() function in ScriptInterpreter
76 if (language.equals_lower(LanguageToString(eScriptLanguageNone))) in StringToLanguage()
78 if (language.equals_lower(LanguageToString(eScriptLanguagePython))) in StringToLanguage()
80 if (language.equals_lower(LanguageToString(eScriptLanguageLua))) in StringToLanguage()
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointOptions.cpp55 ScriptInterpreter::LanguageToString(interpreter)); in SerializeToStructuredData()
329 ScriptInterpreter::LanguageToString(cmd_data_up->interpreter) in CreateFromStructuredData()
598 ScriptInterpreter::LanguageToString(data->interpreter)); in GetDescription()
/external/llvm-project/lldb/include/lldb/Interpreter/
DScriptInterpreter.h525 static std::string LanguageToString(lldb::ScriptLanguage language);