Structs§
- Emit
Func Context - A context for emitting an LLVM function.
- RowMail
Box - Holds a vector of
PointerValue
s pointing toalloca
s in the first block of a function. - RowPromise
- A promise to write values into a
RowMailBox
Functions§
- build_
ok_ or_ else - Builds a result value wrapping either
ok_value
orelse_value
depending on the providedis_ok
flag. - build_
option - Builds an optional value wrapping
some_value
conditioned on the providedis_some
flag.