1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/tools/llvm-cfi-verify/lib
Mitch Phillips a7ce09b35d Add FileVerifier::isCFIProtected().
Add a CFI protection check that is implemented by building a graph and inspecting the output to deduce if the indirect CF instruction is CFI protected. Also added the output of this instruction to printIndirectInstructions().

Reviewers: vlad.tsyrklevich

Subscribers: llvm-commits, kcc, pcc, mgorny

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

llvm-svn: 316610
2017-10-25 21:21:16 +00:00
..
CMakeLists.txt Graph builder implementation. 2017-10-23 20:25:19 +00:00
FileAnalysis.cpp Add FileVerifier::isCFIProtected(). 2017-10-25 21:21:16 +00:00
FileAnalysis.h Add FileVerifier::isCFIProtected(). 2017-10-25 21:21:16 +00:00
GraphBuilder.cpp Graph builder implementation. 2017-10-23 20:25:19 +00:00
GraphBuilder.h Graph builder implementation. 2017-10-23 20:25:19 +00:00
LLVMBuild.txt