enum class ProcBindKind

Description

IDs for the different proc bind kinds.

Declared at: llvm/include/llvm/Frontend/OpenMP/OMPConstants.h:53

Enumerators

NameValueComment
OMP_PROC_BIND_master2
OMP_PROC_BIND_close3
OMP_PROC_BIND_spread4
OMP_PROC_BIND_default6
OMP_PROC_BIND_unknown7