LLVM 19.0.0git
Classes | Namespaces
Layer.h File Reference
#include "llvm/ExecutionEngine/Orc/Core.h"
#include "llvm/ExecutionEngine/Orc/Mangling.h"
#include "llvm/ExecutionEngine/Orc/ThreadSafeModule.h"
#include "llvm/IR/Module.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/ExtensibleRTTI.h"
#include "llvm/Support/MemoryBuffer.h"

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