LLVM: lib/ExecutionEngine/JITLink/ELF_aarch32.cpp File Reference (original) (raw)
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 | |
|---|---|
| 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 | |
| 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. |
◆ DEBUG_TYPE
#define DEBUG_TYPE "jitlink"