Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPlatformPythonInterface.cpp48 class_name.str().c_str(), m_interpreter.GetDictionaryName(), in CreatePluginObject()
H A DScriptedThreadPythonInterface.cpp50 class_name.str().c_str(), m_interpreter.GetDictionaryName(), in CreatePluginObject()
H A DScriptInterpreterPythonImpl.h281 const char *GetDictionaryName() { return m_dictionary_name.c_str(); } in GetDictionaryName() function
468 m_python->GetDictionaryName()); in Run()
H A DScriptedProcessPythonInterface.cpp50 class_name.str().c_str(), m_interpreter.GetDictionaryName(), in CreatePluginObject()