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

Declarations

include/llvm/XRay/BlockIndexer.h
   62   Error flush();

References

lib/XRay/BlockIndexer.cpp
   64     if (auto E = flush())
lib/XRay/Trace.cpp
  303     if (auto E = Indexer.flush())
tools/llvm-xray/xray-fdr-dump.cpp
   99   if (auto E = BI.flush())
unittests/XRay/FDRBlockIndexerTest.cpp
   61     ASSERT_FALSE(errorToBool(Indexer.flush()));
unittests/XRay/FDRBlockVerifierTest.cpp
   57     ASSERT_FALSE(errorToBool(Indexer.flush()));
unittests/XRay/FDRRecordsTest.cpp
   64     ASSERT_FALSE(errorToBool(Indexer.flush()));
  132     ASSERT_FALSE(errorToBool(Indexer.flush()));