LLVM
17.0.0git
|
#include "llvm/ExecutionEngine/JITLink/JITLink.h"
Go to the source code of this file.
Namespaces | |
llvm | |
This is an optimization pass for GlobalISel generic memory operations. | |
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. More... | |
void | llvm::jitlink::link_MachO_x86_64 (std::unique_ptr< LinkGraph > G, std::unique_ptr< JITLinkContext > Ctx) |
jit-link the given LinkGraph. More... | |
LinkGraphPassFunction | llvm::jitlink::createEHFrameSplitterPass_MachO_x86_64 () |
Returns a pass suitable for splitting __eh_frame sections in MachO/x86-64 objects. More... | |
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. More... | |