1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/unittests/XRay
Dean Michael Berris 34d36e3ae5 [XRay] Use a function to return a constant
We do this instead of using static constexpr char arrays because MSVC
2015 cannot handle the constant initialisation of those along with the
out-of-line storage declaration.

This is a follow-up to D51672.

llvm-svn: 341479
2018-09-05 16:03:21 +00:00
..
CMakeLists.txt [XRay] Add a RecordPrinter visitor for FDR Records 2018-09-05 06:57:23 +00:00
FDRProducerConsumerTest.cpp [XRay] Make the FDRTraceWriter Endian-aware 2018-08-31 16:08:38 +00:00
FDRRecordPrinterTest.cpp [XRay] Use a function to return a constant 2018-09-05 16:03:21 +00:00
FDRTraceWriterTest.cpp [XRay] Use correct type for PID records 2018-08-31 19:32:46 +00:00
GraphTest.cpp [XRay][graph] Disambiguate name of type from member name 2017-02-10 06:59:25 +00:00
ProfileTest.cpp [XRay][llvm] Load XRay Profiles 2018-08-30 01:43:22 +00:00