package llvm

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

The DLL storage class of a global value, accessed with dll_storage_class and set_dll_storage_class. See llvm::GlobalValue::DLLStorageClassTypes.

type t =
  1. | Default
  2. | DLLImport
  3. | DLLExport
OCaml

Innovation. Community. Security.