Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedThreadPythonInterface.cpp48 class_name.str().c_str(), m_interpreter.GetDictionaryName(), process_sp, in CreatePluginObject()
H A DScriptedProcessPythonInterface.cpp46 class_name.str().c_str(), m_interpreter.GetDictionaryName(), target_sp, in CreatePluginObject()
H A DScriptInterpreterPythonImpl.h278 const char *GetDictionaryName() { return m_dictionary_name.c_str(); } in GetDictionaryName() function
465 m_python->GetDictionaryName()); in Run()