1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/lib/XRay
Dean Michael Berris 883341424b [XRay] Make Trace loading endian-aware
This change makes the XRay Trace loading functions first use a
little-endian data extractor, then on failures try a big-endian data
extractor. Without this change, the trace loading facility will not work
with data written from a big-endian machine.

Follow-up to D51210 and D51289.

llvm-svn: 341226
2018-08-31 17:06:28 +00:00
..
CMakeLists.txt [XRay] FDR Record Producer/Consumer Implementation 2018-08-31 08:04:56 +00:00
FDRRecordProducer.cpp [XRay] Remove array for Metadata Record Types 2018-08-31 11:41:08 +00:00
FDRRecords.cpp [XRay] FDRTraceWriter and FDR Trace Loading 2018-08-30 07:22:21 +00:00
FDRTraceWriter.cpp [XRay] Make the FDRTraceWriter Endian-aware 2018-08-31 16:08:38 +00:00
FileHeaderReader.cpp [XRay] Refactor file header reading (NFC) 2018-08-22 07:37:55 +00:00
InstrumentationMap.cpp [XRay][tools] Support new kinds of instrumentation map entries 2017-08-21 00:14:06 +00:00
LogBuilderConsumer.cpp [XRay] FDR Record Producer/Consumer Implementation 2018-08-31 08:04:56 +00:00
Profile.cpp [XRay][llvm] Load XRay Profiles 2018-08-30 01:43:22 +00:00
RecordInitializer.cpp [XRay] FDRTraceWriter and FDR Trace Loading 2018-08-30 07:22:21 +00:00
Trace.cpp [XRay] Make Trace loading endian-aware 2018-08-31 17:06:28 +00:00