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::createLinkGraphFromELFObject_riscv (MemoryBufferRef ObjectBuffer) |
Create a LinkGraph from an ELF/riscv relocatable object. | |
void | llvm::jitlink::link_ELF_riscv (std::unique_ptr< LinkGraph > G, std::unique_ptr< JITLinkContext > Ctx) |
jit-link the given object buffer, which must be a ELF riscv object file. | |
LinkGraphPassFunction | llvm::jitlink::createRelaxationPass_ELF_riscv () |
Returns a pass that performs linker relaxation. | |