OSDN Git Service

MC Helpers for llvm-cfi-verify.
authorVlad Tsyrklevich <vlad@tsyrklevich.net>
Wed, 11 Oct 2017 23:17:29 +0000 (23:17 +0000)
committerVlad Tsyrklevich <vlad@tsyrklevich.net>
Wed, 11 Oct 2017 23:17:29 +0000 (23:17 +0000)
commit3a5178e70a91ad23d2aa3c24a52eace3c61cab08
tree38774f99f8fc1603e5462c7a6d91726ec3a5112c
parent8f9dd89f722e7aeb4704c25b492c679ae8ea42c0
MC Helpers for llvm-cfi-verify.

Add instruction analysis and machinecode traversal helpers in
preparation for control flow graph generation implementation.

Reviewers: vlad.tsyrklevich

Reviewed By: vlad.tsyrklevich

Subscribers: mgorny, llvm-commits, pcc, kcc

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315528 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-cfi-verify/lib/FileAnalysis.cpp
tools/llvm-cfi-verify/lib/FileAnalysis.h
unittests/tools/llvm-cfi-verify/FileAnalysis.cpp