vicis 0.1.0

Manipulate LLVM-IR in Pure Rust
Documentation
1
2
3
4
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
pub enum CallConvKind {
    SystemV,
}