LLVM
15.0.0git
|
#include "llvm/ADT/BitmaskEnum.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/Hashing.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/iterator.h"
#include "llvm/Support/Allocator.h"
#include "llvm/TextAPI/ArchitectureSet.h"
#include "llvm/TextAPI/PackedVersion.h"
#include "llvm/TextAPI/Platform.h"
#include "llvm/TextAPI/Symbol.h"
#include "llvm/TextAPI/Target.h"
Go to the source code of this file.
Classes | |
class | llvm::MachO::InterfaceFileRef |
Reference to an interface file. More... | |
struct | llvm::SymbolsMapKey |
struct | llvm::DenseMapInfo< SymbolsMapKey > |
class | llvm::MachO::InterfaceFile |
Defines the interface file. More... | |
struct | llvm::MachO::InterfaceFile::const_symbol_iterator |
Namespaces | |
llvm | |
This is an optimization pass for GlobalISel generic memory operations. | |
llvm::MachO | |
Enumerations | |
enum | llvm::MachO::ObjCConstraintType : unsigned { llvm::MachO::ObjCConstraintType::None = 0, llvm::MachO::ObjCConstraintType::Retain_Release = 1, llvm::MachO::ObjCConstraintType::Retain_Release_For_Simulator = 2, llvm::MachO::ObjCConstraintType::Retain_Release_Or_GC = 3, llvm::MachO::ObjCConstraintType::GC = 4 } |
Defines a list of Objective-C constraints. More... | |
enum | llvm::MachO::FileType : unsigned { llvm::MachO::Invalid = 0U, llvm::MachO::TBD_V1 = 1U << 0, llvm::MachO::TBD_V2 = 1U << 1, llvm::MachO::TBD_V3 = 1U << 2, llvm::MachO::TBD_V4 = 1U << 3, llvm::MachO::All = ~0U, llvm::MachO::LLVM_MARK_AS_BITMASK_ENUM =(All) } |
Defines the file type this file represents. More... | |
Functions | |
template<typename DerivedT , typename KeyInfoT , typename BucketT > | |
bool | llvm::MachO::operator== (const DenseMapBase< DerivedT, SymbolsMapKey, MachO::Symbol *, KeyInfoT, BucketT > &LHS, const DenseMapBase< DerivedT, SymbolsMapKey, MachO::Symbol *, KeyInfoT, BucketT > &RHS) |