enum ImportNameType

Declared at: llvm/include/llvm/BinaryFormat/COFF.h:691

Enumerators

NameValueComment
IMPORT_ORDINAL0Import is by ordinal. This indicates that the value in the Ordinal/Hint field of the import header is the import's ordinal. If this constant is not specified, then the Ordinal/Hint field should always be interpreted as the import's hint.
IMPORT_NAME1The import name is identical to the public symbol name
IMPORT_NAME_NOPREFIX2The import name is the public symbol name, but skipping the leading ?, @ , or optionally _.
IMPORT_NAME_UNDECORATE3The import name is the public symbol name, but skipping the leading ?, @ , or optionally _, and truncating at the first .