LLVM 19.0.0git
Namespaces | Functions
COFF_x86_64.h File Reference
#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.
 
 

Functions

Expected< std::unique_ptr< LinkGraph > > llvm::jitlink::createLinkGraphFromCOFFObject_x86_64 (MemoryBufferRef ObjectBuffer)
 Create a LinkGraph from an COFF/x86-64 relocatable object.
 
void llvm::jitlink::link_COFF_x86_64 (std::unique_ptr< LinkGraph > G, std::unique_ptr< JITLinkContext > Ctx)
 jit-link the given object buffer, which must be a COFF x86-64 object file.
 
const charllvm::jitlink::getCOFFX86RelocationKindName (Edge::Kind R)
 Return the string name of the given COFF x86-64 edge kind.