enum ImageKind
Description
The type of contents the offloading image contains.
Declared at: llvm/include/llvm/Object/OffloadBinary.h:41
Enumerators
Name | Value | Comment |
---|---|---|
IMG_None | 0 | |
IMG_Object | 1 | |
IMG_Bitcode | 2 | |
IMG_Cubin | 3 | |
IMG_Fatbinary | 4 | |
IMG_PTX | 5 | |
IMG_LAST | 6 |