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/
DScriptedPlatformPythonInterface.cpp48 class_name.str().c_str(), m_interpreter.GetDictionaryName(), in CreatePluginObject()
DScriptedThreadPythonInterface.cpp50 class_name.str().c_str(), m_interpreter.GetDictionaryName(), in CreatePluginObject()
DScriptInterpreterPythonImpl.h281 const char *GetDictionaryName() { return m_dictionary_name.c_str(); } in GetDictionaryName() function
468 m_python->GetDictionaryName()); in Run()
DScriptedProcessPythonInterface.cpp50 class_name.str().c_str(), m_interpreter.GetDictionaryName(), in CreatePluginObject()