LLVM 20.0.0git
|
#include "llvm/ExecutionEngine/JITLink/JITLink.h"
Go to the source code of this file.
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::jitlink |
Functions | |
Expected< std::unique_ptr< LinkGraph > > | llvm::jitlink::createLinkGraphFromMachOObject_x86_64 (MemoryBufferRef ObjectBuffer) |
Create a LinkGraph from a MachO/x86-64 relocatable object. | |
void | llvm::jitlink::link_MachO_x86_64 (std::unique_ptr< LinkGraph > G, std::unique_ptr< JITLinkContext > Ctx) |
jit-link the given LinkGraph. | |
LinkGraphPassFunction | llvm::jitlink::createEHFrameSplitterPass_MachO_x86_64 () |
Returns a pass suitable for splitting __eh_frame sections in MachO/x86-64 objects. | |
LinkGraphPassFunction | llvm::jitlink::createEHFrameEdgeFixerPass_MachO_x86_64 () |
Returns a pass suitable for fixing missing edges in an __eh_frame section in a MachO/x86-64 object. | |