1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/lib/XRay
Dean Michael Berris 08d8030831 [XRay][tools] Support new kinds of instrumentation map entries
Summary:
When extracting the instrumentation map from a binary, we should be able
to recognize the new kinds of instrumentation sleds we've been emitting
with the compiler using -fxray-instrument. This change adds a test for
all the kinds of sleds we currently support (sans the tail-call sled,
which is a bit harder to force in a simple prebuilt input).

Reviewers: kpw, dblaikie

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D36819

llvm-svn: 311305
2017-08-21 00:14:06 +00:00
..
CMakeLists.txt [XRay] Define the InstrumentationMap type 2017-02-01 00:05:29 +00:00
InstrumentationMap.cpp [XRay][tools] Support new kinds of instrumentation map entries 2017-08-21 00:14:06 +00:00
Trace.cpp Move helper classes into anonymous namespaces. 2017-08-20 13:03:48 +00:00