LLVM 20.0.0git
|
#include "llvm/ExecutionEngine/JITLink/COFF_x86_64.h"
#include "COFFLinkGraphBuilder.h"
#include "JITLinkGeneric.h"
#include "SEHFrameSupport.h"
#include "llvm/BinaryFormat/COFF.h"
#include "llvm/ExecutionEngine/JITLink/x86_64.h"
#include "llvm/Object/COFF.h"
#include "llvm/Support/Endian.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 |
Macros | |
#define | DEBUG_TYPE "jitlink" |
Functions | |
const char * | llvm::jitlink::getCOFFX86RelocationKindName (Edge::Kind R) |
Return the string name of the given COFF x86-64 edge kind. | |
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. | |
#define DEBUG_TYPE "jitlink" |
Definition at line 22 of file COFF_x86_64.cpp.