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

References

lib/XRay/FDRTraceWriter.cpp
   66       (H.ConstantTSC ? 0x01 : 0x0) | (H.NonstopTSC ? 0x02 : 0x0);
lib/XRay/FileHeaderReader.cpp
   53   FileHeader.NonstopTSC = Bitfield & 1uL << 1;
lib/XRay/Trace.cpp
  361   FileHeader.NonstopTSC = Trace.Header.NonstopTSC;
tools/llvm-xray/xray-converter.cpp
   86   Trace.Header = {FH.Version, FH.Type, FH.ConstantTSC, FH.NonstopTSC,
  110   if (FH.NonstopTSC)
unittests/XRay/FDRProducerConsumerTest.cpp
   82     H.NonstopTSC = true;
  105     H.NonstopTSC = true;
unittests/XRay/FDRTraceWriterTest.cpp
   41   H.NonstopTSC = true;
   87   H.NonstopTSC = true;
  130   H.NonstopTSC = true;