Files
llvm/lib
Dean Michael Berris 229ad4c6b0 [XRay] Add a BlockVerifier visitor for FDR Records
Summary:
This patch implements a `BlockVerifier` type which enforces the
invariants of the log structure of FDR mode logs on a per-block basis.
This ensures that the data we encounter from an FDR mode log
semantically correct (i.e. that records follow the documented "grammar"
for FDR mode log records).

This is another part of the refactoring of D50441.

This is a slightly modified version of rL341628, avoiding the
`std::tuple<...>` constructor that is not constexpr in C++11.

Reviewers: mboerger, eizan

Subscribers: mgorny, hiraditya, llvm-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@341769 91177308-0d34-0410-b5e6-96231b3b80d8
2018-09-10 02:35:25 +00:00
..
2018-09-07 23:36:08 +00:00
2017-10-16 20:48:19 +00:00
2018-07-27 06:50:45 +00:00
2018-09-08 02:04:20 +00:00
2018-09-03 18:13:46 +00:00
2018-09-04 17:19:13 +00:00
2018-07-30 19:41:25 +00:00