Expand description
Set and unset common attributes on LLVM values.
Functionsยง
- apply_
to_ ๐callsite - apply_
to_ ๐llfn - backchain_
attr ๐ - create_
alloc_ ๐family_ attr - default_
optimisation_ ๐attrs - Get the default optimizations attrs for a function.
- frame_
pointer_ ๐type_ attr - function_
return_ ๐attr - inline_
attr ๐ - Get LLVM attribute for the provided inline heuristic.
- instrument_
function_ ๐attr - Tell LLVM what instrument function to insert.
- llfn_
attrs_ ๐from_ instance - Helper for
FnAbi::apply_attrs_llfn
: Composite function which sets LLVM attributes for function depending on its AST (#[attribute]
) attributes. - nojumptables_
attr ๐ - non_
lazy_ ๐bind_ attr - Get the
NonLazyBind
LLVM attribute, if the codegen options allow skipping the PLT. - patchable_
function_ ๐entry_ attrs - probestack_
attr ๐ - sanitize_
attrs ๐ - Get LLVM sanitize attributes.
- stackprotector_
attr ๐ - target_
cpu_ ๐attr - tune_
cpu_ ๐attr - uwtable_
attr ๐ - Tell LLVM to emit or not emit the information necessary to unwind the stack for the function.
- wasm_
import_ ๐module