Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h451 const char *GetDictionaryName() { return m_dictionary_name.c_str(); } in GetDictionaryName() function
H A DScriptInterpreterPython.cpp978 m_python->GetDictionaryName()); in Run()