LLVM
15.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_arm64 (MemoryBufferRef ObjectBuffer) |
Create a LinkGraph from a MachO/arm64 relocatable object. More... | |
void | llvm::jitlink::link_MachO_arm64 (std::unique_ptr< LinkGraph > G, std::unique_ptr< JITLinkContext > Ctx) |
jit-link the given object buffer, which must be a MachO arm64 object file. More... | |