LLVM 19.0.0git
Namespaces | Functions
ObjectFileInterface.h File Reference
#include "llvm/ExecutionEngine/Orc/Core.h"
#include "llvm/Support/MemoryBuffer.h"

Go to the source code of this file.

Namespaces

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

Functions

void llvm::orc::addInitSymbol (MaterializationUnit::Interface &I, ExecutionSession &ES, StringRef ObjFileName)
 Adds an initializer symbol to the given MU interface.
 
Expected< MaterializationUnit::Interface > llvm::orc::getObjectFileInterface (ExecutionSession &ES, MemoryBufferRef ObjBuffer)
 Returns a MaterializationUnit::Interface for the object file contained in the given buffer, or an error if the buffer does not contain a valid object file.