Crate llvm_ir

Source

Re-exports§

pub use basicblock::BasicBlock;
pub use constant::Constant;
pub use constant::ConstantRef;
pub use debugloc::DebugLoc;
pub use debugloc::HasDebugLoc;
pub use function::Function;
pub use instruction::Instruction;
pub use module::Module;
pub use name::Name;
pub use operand::Operand;
pub use predicates::FPPredicate;
pub use predicates::IntPredicate;
pub use terminator::Terminator;
pub use types::Type;
pub use types::TypeRef;

Modules§

basicblock
constant
debugloc
function
instruction
module
name
operand
predicates
terminator
types

Functions§

llvm_version
Returns the LLVM version for which llvm-ir was configured.