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

NameValueComment
SYM_V_UNSPECIFIED0
SYM_V_INTERNAL4096
SYM_V_HIDDEN8192
SYM_V_PROTECTED12288
SYM_V_EXPORTED16384