LLVM API Documentation

Namespaces | Enumerations
MCMachOSymbolFlags.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  llvm
 

List of target independent CodeGen pass IDs.


Enumerations

enum  llvm::MachOSymbolFlags {
  llvm::SF_DescFlagsMask = 0xFFFF, llvm::SF_ReferenceTypeMask = 0x0007, llvm::SF_ReferenceTypeUndefinedNonLazy = 0x0000, llvm::SF_ReferenceTypeUndefinedLazy = 0x0001,
  llvm::SF_ReferenceTypeDefined = 0x0002, llvm::SF_ReferenceTypePrivateDefined = 0x0003, llvm::SF_ReferenceTypePrivateUndefinedNonLazy = 0x0004, llvm::SF_ReferenceTypePrivateUndefinedLazy = 0x0005,
  llvm::SF_ThumbFunc = 0x0008, llvm::SF_NoDeadStrip = 0x0020, llvm::SF_WeakReference = 0x0040, llvm::SF_WeakDefinition = 0x0080,
  llvm::SF_SymbolResolver = 0x0100
}