llvm-project/llvm/tools/llvm-cfi-verify/lib
Mitch Phillips 5ff01cdc59 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