Module values

Source

Modules§

constants
This section contains APIs for interacting with MValueRef that correspond to LLVM Constant instances.
function_values
general
Functions in this section work on all ValueRef instances, regardless of their sub-type. They correspond to functions available on C LLVM Value.
uses
Defines functions that allow to inspect the uses of a ValueRef.

Structs§

ValueRef
LLVM Value wrapper

Enums§

ValueKind
Represents the different kinds of values in LLVM IR.