Module rustc_codegen_llvm::attributes [−][src]
Expand description
Set and unset common attributes on LLVM values.
Enums
Functions
Tell LLVM to emit or not emit the information necessary to unwind the stack for the function.
Composite function which sets LLVM attributes for function depending on its AST (#[attribute]
)
attributes.
Mark LLVM function to use provided inline heuristic.
Tell LLVM if this function should be ‘naked’, i.e., skip the epilogue and prologue.
Sets the NonLazyBind
LLVM attribute on a given function,
assuming the codegen options allow skipping the PLT.
Apply LLVM sanitize attributes.
Tell LLVM what instrument function to insert.