LLVM 18.0.0git
Classes | Namespaces | Enumerations | Functions
InterfaceFile.h File Reference
#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/SymbolSet.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...
 
class  llvm::MachO::InterfaceFile
 Defines the interface file. More...
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::MachO
 

Enumerations

enum class  llvm::MachO::ObjCConstraintType : unsigned {
  llvm::MachO::None = 0 , llvm::MachO::Retain_Release = 1 , llvm::MachO::Retain_Release_For_Simulator = 2 , llvm::MachO::Retain_Release_Or_GC = 3 ,
  llvm::MachO::GC = 4
}
 Defines a list of Objective-C constraints. More...
 
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 this file represents. More...
 

Functions

template<typename C >
C::iterator llvm::MachO::addEntry (C &Container, StringRef InstallName)