Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h277 const char *GetDictionaryName() { return m_dictionary_name.c_str(); } in GetDictionaryName() function
467 m_python->GetDictionaryName()); in Run()
H A DScriptedProcessPythonInterface.cpp47 class_name.str().c_str(), m_interpreter.GetDictionaryName(), target_sp, in CreatePluginObject()