Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h87 !(llvm::StringRef(m_interpreter.GetDictionaryName()).empty()); in CreatePluginObject()
108 m_interpreter.GetDictionaryName()); in CreatePluginObject()
112 m_interpreter.GetDictionaryName())); in CreatePluginObject()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPlatformPythonInterface.cpp
H A DScriptedThreadPythonInterface.cpp
H A DScriptInterpreterPythonImpl.h283 const char *GetDictionaryName() { return m_dictionary_name.c_str(); } in GetDictionaryName() function
479 m_python->GetDictionaryName()); in Run()
H A DScriptedProcessPythonInterface.cpp