llvm-analysis-0.1.0: A Haskell library for analyzing LLVM bitcode

Safe HaskellNone

LLVM.Analysis.Types

Description

Base types used in analysis components

Synopsis

Documentation

class FuncLike a whereSource

A class for types that can be derived from a Function.

Methods

fromFunction :: Function -> aSource

Instances

FuncLike Function 
FuncLike CFG