LLVM 19.0.0git
Namespaces | Functions
ELF_aarch32.h File Reference
#include "llvm/ExecutionEngine/JITLink/JITLink.h"
#include "llvm/ExecutionEngine/JITLink/aarch32.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::createLinkGraphFromELFObject_aarch32 (MemoryBufferRef ObjectBuffer)
 Create a LinkGraph from an ELF/arm relocatable object.
 
void llvm::jitlink::link_ELF_aarch32 (std::unique_ptr< LinkGraph > G, std::unique_ptr< JITLinkContext > Ctx)
 jit-link the given object buffer, which must be an ELF arm/thumb object file.