Re-exports§
pub use analysis::*;
pub use arc::*;
pub use llvm::*;
pub use signatures::*;
pub use layers::*;
pub use union::*;
Modules§
- analysis
- arc
- hash
- layers
- llvm
- Representation of an LLVM module that is amenable to analysis. In
particular, Ascent values must implement
Clone
,Hash
, andEq
. Since the LLVM AST contains floats, and floats don’t implementEq
, we must reproduce large parts of the LLVM module structure. - signatures
- union