| 
    LLVM 22.0.0git
    
   | 
 
#include "llvm/ExecutionEngine/JITLink/ELF_aarch32.h"#include "llvm/BinaryFormat/ELF.h"#include "llvm/ExecutionEngine/JITLink/JITLink.h"#include "llvm/ExecutionEngine/JITLink/aarch32.h"#include "llvm/Object/ELF.h"#include "llvm/Object/ELFObjectFile.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/TargetParser/ARMTargetParser.h"#include "ELFLinkGraphBuilder.h"#include "JITLinkGeneric.h"Go to the source code of this file.
Classes | |
| class | llvm::jitlink::ELFJITLinker_aarch32 | 
| class | llvm::jitlink::ELFLinkGraphBuilder_aarch32< DataEndianness > | 
Namespaces | |
| namespace | llvm | 
| This is an optimization pass for GlobalISel generic memory operations.  | |
| namespace | llvm::jitlink | 
Macros | |
| #define | DEBUG_TYPE "jitlink" | 
Functions | |
| LLVM_ABI Expected< aarch32::EdgeKind_aarch32 > | llvm::jitlink::getJITLinkEdgeKind (uint32_t ELFType, const aarch32::ArmConfig &ArmCfg) | 
| Translate from ELF relocation type to JITLink-internal edge kind.   | |
| LLVM_ABI Expected< uint32_t > | llvm::jitlink::getELFRelocationType (Edge::Kind Kind) | 
| Translate from JITLink-internal edge kind back to ELF relocation type.   | |
| const char * | llvm::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.   | |
| #define DEBUG_TYPE "jitlink" | 
Definition at line 27 of file ELF_aarch32.cpp.