package llvm

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

The thread local mode of a global value, accessed with thread_local_mode and set_thread_local_mode. See llvm::GlobalVariable::ThreadLocalMode.

type t =
  1. | None
  2. | GeneralDynamic
  3. | LocalDynamic
  4. | InitialExec
  5. | LocalExec