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