|
LLVM 23.0.0git
|
#include "llvm/ExecutionEngine/JITLink/JITLink.h"Go to the source code of this file.
Classes | |
| class | llvm::jitlink::GetImageBaseSymbol |
| GetImageBaseSymbol is a function object that finds the __ImageBase symbol in the given graph if one is present. More... | |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
| namespace | llvm::jitlink |
Functions | |
| Expected< std::unique_ptr< LinkGraph > > | llvm::jitlink::createLinkGraphFromCOFFObject (MemoryBufferRef ObjectBuffer, std::shared_ptr< orc::SymbolStringPool > SSP) |
| Create a LinkGraph from an COFF relocatable object. | |
| void | llvm::jitlink::link_COFF (std::unique_ptr< LinkGraph > G, std::unique_ptr< JITLinkContext > Ctx) |
| Link the given graph. | |