module ThreadLocalMode:sig
..end
The thread local mode of a global value, accessed with Llvm.thread_local_mode
and Llvm.set_thread_local_mode
.
See llvm::GlobalVariable::ThreadLocalMode
.
type
t =
| |
None |
| |
GeneralDynamic |
| |
LocalDynamic |
| |
InitialExec |
| |
LocalExec |