LLVM 20.0.0git
|
#include "llvm/ExecutionEngine/JITLink/JITLink.h"
#include "llvm/Object/ELF.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/FormatVariadic.h"
Go to the source code of this file.
Classes | |
class | llvm::jitlink::ELFLinkGraphBuilderBase |
Common link-graph building code shared between all ELFFiles. More... | |
class | llvm::jitlink::ELFLinkGraphBuilder< ELFT > |
LinkGraph building code that's specific to the given ELFT, but common across all architectures. More... | |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::jitlink |
Macros | |
#define | DEBUG_TYPE "jitlink" |
#define DEBUG_TYPE "jitlink" |
Definition at line 22 of file ELFLinkGraphBuilder.h.