Home
last modified time | relevance | path

Searched refs:ConstantTSC (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DYAMLXRayRecord.h26 bool ConstantTSC; member
70 IO.mapRequired("constant-tsc", Header.ConstantTSC);
DXRayRecord.h37 bool ConstantTSC; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DFileHeaderReader.cpp52 FileHeader.ConstantTSC = Bitfield & 1uL; in readBinaryFormatHeader()
DTrace.cpp360 FileHeader.ConstantTSC = Trace.Header.ConstantTSC; in loadYAMLLog()
DFDRTraceWriter.cpp66 (H.ConstantTSC ? 0x01 : 0x0) | (H.NonstopTSC ? 0x02 : 0x0); in FDRTraceWriter()