Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectType.cpp1261 if (interpreter && !interpreter->CheckObjectExists(funct_name)) in Execute_ScriptSummary()
1594 if (interpreter && !interpreter->CheckObjectExists(function_name)) { in AddSummary()
2260 !interpreter->CheckObjectExists(impl->GetPythonClassName())) in Execute_PythonClass()
2352 if (interpreter && !interpreter->CheckObjectExists(function_name)) { in AddSynth()
H A DCommandObjectFrame.cpp885 !interpreter->CheckObjectExists(m_options.m_class_name.c_str())) { in DoExecute()
H A DCommandObjectThread.cpp449 } else if (!GetDebugger().GetScriptInterpreter()->CheckObjectExists( in DoExecute()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h547 virtual bool CheckObjectExists(const char *name) { return false; } in CheckObjectExists() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h219 bool CheckObjectExists(const char *name) override { in CheckObjectExists() function