LLVM 22.0.0git
Layer.h File Reference

Go to the source code of this file.

Classes

class  llvm::orc::IRMaterializationUnit
 IRMaterializationUnit is a convenient base class for MaterializationUnits wrapping LLVM IR. More...
class  llvm::orc::IRLayer
 Interface for layers that accept LLVM IR. More...
class  llvm::orc::BasicIRLayerMaterializationUnit
 MaterializationUnit that materializes modules by calling the 'emit' method on the given IRLayer. More...
class  llvm::orc::ObjectLayer
 Interface for Layers that accept object files. More...
class  llvm::orc::BasicObjectLayerMaterializationUnit
 Materializes the given object file (represented by a MemoryBuffer instance) by calling 'emit' on the given ObjectLayer. More...

Namespaces

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