enum SectionFlag
Declared at: llvm/include/llvm/ObjCopy/CommonConfig.h:57
Enumerators
Name | Value | Comment |
---|---|---|
SecNone | 0 | |
SecAlloc | 1 | |
SecLoad | 2 | |
SecNoload | 4 | |
SecReadonly | 8 | |
SecDebug | 16 | |
SecCode | 32 | |
SecData | 64 | |
SecRom | 128 | |
SecMerge | 256 | |
SecStrings | 512 | |
SecContents | 1024 | |
SecShare | 2048 | |
SecExclude | 4096 | |
LLVM_BITMASK_LARGEST_ENUMERATOR | 4096 |