enum TargetOptions::CodeObjectVersionKind
Description
Enumeration value for AMDGPU code object version, which is the code object version times 100.
Declared at: clang/include/clang/Basic/TargetOptions.h:83
Enumerators
Name | Value | Comment |
---|---|---|
COV_None | 0 | |
COV_2 | 200 | |
COV_3 | 300 | |
COV_4 | 400 | |
COV_5 | 500 |