Re-exports§
pub use constants::ConstValueRef;
Modules§
- This section contains APIs for interacting with
MValueRef
that correspond toLLVM Constant
instances. - Functions in this section work on all
ValueRef
instances, regardless of their sub-type. They correspond to functions available onC LLVM Value
. - Defines functions that allow to inspect the uses of a
ValueRef
.
Structs§
- LLVM Value wrapper
Enums§
- Represents the different kinds of values in LLVM IR.