Module rustc_codegen_llvm::attributes
source ยท Expand description
Set and unset common attributes on LLVM values.
Enumsยง
Functionsยง
- backchain_attr ๐
- Get the default optimizations attrs for a function.
- Composite function which sets LLVM attributes for function depending on its AST (
#[attribute]
) attributes. - function_return_attr ๐
- inline_attr ๐Get LLVM attribute for the provided inline heuristic.
- Tell LLVM what instrument function to insert.
- nojumptables_attr ๐
- Get the
NonLazyBind
LLVM attribute, if the codegen options allow skipping the PLT. - probestack_attr ๐
- Get LLVM sanitize attributes.
- stackprotector_attr ๐
- Tell LLVM to emit or not emit the information necessary to unwind the stack for the function.
- wasm_import_module ๐