LLVM 20.0.0git
|
#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/FileTypes.h"
#include "llvm/TextAPI/PackedVersion.h"
#include "llvm/TextAPI/Platform.h"
#include "llvm/TextAPI/RecordsSlice.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... | |
Functions | |
template<typename C > | |
C::iterator | llvm::MachO::addEntry (C &Container, StringRef InstallName) |