package llvm

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

Module Llvm.DLLStorageClass

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