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
   52   FileHeader.ConstantTSC = Bitfield & 1uL;
lib/XRay/Trace.cpp
  360   FileHeader.ConstantTSC = Trace.Header.ConstantTSC;
tools/llvm-xray/xray-converter.cpp
   86   Trace.Header = {FH.Version, FH.Type, FH.ConstantTSC, FH.NonstopTSC,
  108   if (FH.ConstantTSC)
unittests/XRay/FDRProducerConsumerTest.cpp
   81     H.ConstantTSC = true;
  104     H.ConstantTSC = true;
unittests/XRay/FDRTraceWriterTest.cpp
   40   H.ConstantTSC = true;
   86   H.ConstantTSC = true;
  129   H.ConstantTSC = true;