package llvm

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

The linkage of a global value, accessed with linkage and set_linkage. See llvm::GlobalValue::LinkageTypes.

type t =
  1. | External
  2. | Available_externally
  3. | Weak
  4. | Weak_odr
  5. | Appending
  6. | Internal
  7. | Private
  8. | Dllimport
  9. | Dllexport
  10. | External_weak
  11. | Ghost
  12. | Common
  13. | Linker_private
  14. | Linker_private_weak
OCaml

Innovation. Community. Security.