Module llvm_lib::core::module

source ·

Structs§

  • Represents flags that describe information about the module for use by an external entity e.g. the dynamic linker.
  • LLVM Module wrapper
  • Named Metadata Node. Used to associate metadata with a module in a way that is identifiable by a name. These nodes can be used for various purposes, such as attaching additional information to a module that can be used by the compiler or other tools processing the LLVM IR.

Enums§

Functions§