enum FileType
Description
Defines the file type this file represents.
Declared at: llvm/include/llvm/TextAPI/MachO/InterfaceFile.h:57
Enumerators
Name | Value | Comment |
---|---|---|
Invalid | 0 | Invalid file type. |
TBD_V1 | 1 | Text-based stub file (.tbd) version 1.0 |
TBD_V2 | 2 | Text-based stub file (.tbd) version 2.0 |
TBD_V3 | 4 | Text-based stub file (.tbd) version 3.0 |
TBD_V4 | 8 | Text-based stub file (.tbd) version 4.0 |
All | 4294967295 | Text-based stub file (.tbd) version 4.0 |
LLVM_BITMASK_LARGEST_ENUMERATOR | 4294967295 |