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

References

tools/lldb/unittests/Utility/ReproducerTest.cpp
   80   EXPECT_EQ(nullptr, reproducer.GetGenerator());
   81   EXPECT_EQ(nullptr, reproducer.GetLoader());
   85       reproducer.SetReplay(FileSpec("//bogus/path", FileSpec::Style::posix)),
   88   EXPECT_NE(nullptr, reproducer.GetLoader());
   92             reproducer.GetLoader()->GetRoot());
   94             reproducer.GetReproducerPath());
   98       reproducer.SetCapture(FileSpec("//bogus/path", FileSpec::Style::posix)),
  100   EXPECT_EQ(nullptr, reproducer.GetGenerator());