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

Declarations

include/llvm/XRay/Trace.h
   53   friend Expected<Trace> loadTrace(const DataExtractor &, bool);
   75 Expected<Trace> loadTrace(const DataExtractor &Extractor, bool Sort = false);

References

lib/XRay/Trace.cpp
  410   auto TraceOrError = loadTrace(LittleEndianDE, Sort);
  413     TraceOrError = loadTrace(BigEndianDE, Sort);
unittests/XRay/FDRTraceWriterTest.cpp
   59   auto TraceOrErr = loadTrace(DE, true);
  104   auto TraceOrErr = loadTrace(DE, true);
  163   auto TraceOrErr = loadTrace(DE, true);