Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h446 virtual bool CheckObjectExists(const char *name) { return false; } in CheckObjectExists() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h357 bool CheckObjectExists(const char *name) override { in CheckObjectExists() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectFrame.cpp907 !interpreter->CheckObjectExists(m_options.m_class_name.c_str())) { in DoExecute()
H A DCommandObjectType.cpp1361 if (interpreter && !interpreter->CheckObjectExists(funct_name)) in Execute_ScriptSummary()
2399 !interpreter->CheckObjectExists(impl->GetPythonClassName())) in Execute_PythonClass()
H A DCommandObjectThread.cpp620 } else if (!m_interpreter.GetScriptInterpreter()->CheckObjectExists( in DoExecute()