14#ifndef LLVM_EXECUTIONENGINE_ORC_OBJECTFILEINTERFACE_H
15#define LLVM_EXECUTIONENGINE_ORC_OBJECTFILEINTERFACE_H
26void addInitSymbol(MaterializationUnit::Interface &
I, ExecutionSession &ES,
27 StringRef ObjFileName);
32Expected<MaterializationUnit::Interface>
void addInitSymbol(MaterializationUnit::Interface &I, ExecutionSession &ES, StringRef ObjFileName)
Adds an initializer symbol to the given MU interface.
Expected< MaterializationUnit::Interface > getObjectFileInterface(ExecutionSession &ES, MemoryBufferRef ObjBuffer)
Returns a MaterializationUnit::Interface for the object file contained in the given buffer,...
This is an optimization pass for GlobalISel generic memory operations.