enum VisibilityType
Description
Values for visibility as they would appear when encoded in the high 4 bits of the 16-bit unsigned n_type field of symbol table entries. Valid for 32-bit XCOFF only when the vstamp in the auxiliary header is greater than 1.
Declared at: llvm/include/llvm/BinaryFormat/XCOFF.h:236
Enumerators
Name | Value | Comment |
---|---|---|
SYM_V_UNSPECIFIED | 0 | |
SYM_V_INTERNAL | 4096 | |
SYM_V_HIDDEN | 8192 | |
SYM_V_PROTECTED | 12288 | |
SYM_V_EXPORTED | 16384 |