reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overrides

tools/lldb/include/lldb/Utility/IOObject.h
   37   virtual bool IsValid() const = 0;
tools/lldb/source/Host/common/File.cpp
  107 bool File::IsValid() const { return false; }

Overridden By

tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
 1131   bool IsValid() const override {

References

tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
 1132     return IsPythonSideValid() && Base::IsValid();
tools/lldb/source/Target/Process.cpp
 4313     if (!m_read_file.IsValid() || !m_write_file.IsValid() ||
 4313     if (!m_read_file.IsValid() || !m_write_file.IsValid() ||
tools/lldb/unittests/Host/FileTest.cpp
   50   ASSERT_TRUE(file.IsValid());