Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DScriptInterpreter.h505 virtual bool CheckObjectExists(const char *name) { return false; } in CheckObjectExists() function
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h212 bool CheckObjectExists(const char *name) override { in CheckObjectExists() function
/external/llvm-project/lldb/source/Commands/
DCommandObjectFrame.cpp883 !interpreter->CheckObjectExists(m_options.m_class_name.c_str())) { in DoExecute()
DCommandObjectType.cpp1323 if (interpreter && !interpreter->CheckObjectExists(funct_name)) in Execute_ScriptSummary()
2357 !interpreter->CheckObjectExists(impl->GetPythonClassName())) in Execute_PythonClass()
DCommandObjectThread.cpp416 } else if (!GetDebugger().GetScriptInterpreter()->CheckObjectExists( in DoExecute()