LLVM 20.0.0git
|
#include "llvm/ADT/BitmaskEnum.h"
Go to the source code of this file.
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::MachO |
Enumerations | |
enum | llvm::MachO::FileType : unsigned { llvm::MachO::Invalid = 0U , llvm::MachO::MachO_DynamicLibrary = 1U << 0 , llvm::MachO::MachO_DynamicLibrary_Stub = 1U << 1 , llvm::MachO::MachO_Bundle = 1U << 2 , llvm::MachO::TBD_V1 = 1U << 3 , llvm::MachO::TBD_V2 = 1U << 4 , llvm::MachO::TBD_V3 = 1U << 5 , llvm::MachO::TBD_V4 = 1U << 6 , llvm::MachO::TBD_V5 = 1U << 7 , llvm::MachO::All = ~0U , llvm::MachO::LLVM_MARK_AS_BITMASK_ENUM =(All) } |
Defines the file type TextAPI files can represent. More... | |