Home
last modified time | relevance | path

Searched refs:ShouldHide (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameRecognizer.cpp27 bool ShouldHide() override { return m_hidden; } in ShouldHide() function in ScriptedRecognizedStackFrame
51 bool hidden = m_interpreter->ShouldHide(m_python_object_sp, frame); in RecognizeFrame()
H A DStackFrame.cpp1268 return recognized_frame_sp->ShouldHide(); in IsHidden()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h48 virtual bool ShouldHide() { return false; } in ShouldHide() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp52 bool ShouldHide() override { return true; } in ShouldHide() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h255 virtual bool ShouldHide(const StructuredData::ObjectSP &implementor, in ShouldHide() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h101 bool ShouldHide(const StructuredData::ObjectSP &implementor,
H A DScriptInterpreterPython.cpp1514 bool ScriptInterpreterPythonImpl::ShouldHide( in ShouldHide() function in ScriptInterpreterPythonImpl