LLVM 22.0.0git
ELF_aarch32.cpp File Reference

Go to the source code of this file.

Classes

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.

Macros

#define DEBUG_TYPE   "jitlink"

Functions

LLVM_ABI Expected< aarch32::EdgeKind_aarch32llvm::jitlink::getJITLinkEdgeKind (uint32_t ELFType, const aarch32::ArmConfig &ArmCfg)
 Translate from ELF relocation type to JITLink-internal edge kind.
LLVM_ABI Expected< uint32_tllvm::jitlink::getELFRelocationType (Edge::Kind Kind)
 Translate from JITLink-internal edge kind back to ELF relocation type.
const charllvm::jitlink::getELFAArch32EdgeKindName (Edge::Kind R)
 Get a human-readable name for the given ELF AArch32 edge kind.
template<typename StubsManagerType>
Error llvm::jitlink::buildTables_ELF_aarch32 (LinkGraph &G)
Expected< std::unique_ptr< LinkGraph > > llvm::jitlink::createLinkGraphFromELFObject_aarch32 (MemoryBufferRef ObjectBuffer, std::shared_ptr< orc::SymbolStringPool > SSP)
 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.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "jitlink"

Definition at line 27 of file ELF_aarch32.cpp.