LLVM: lib/ExecutionEngine/JITLink/ELF_ppc64.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 | |
|---|---|
| template<llvm::endianness Endianness> | |
| Expected< std::unique_ptr< LinkGraph > > | llvm::jitlink::createLinkGraphFromELFObject_ppc64 (MemoryBufferRef ObjectBuffer, std::shared_ptr< orc::SymbolStringPool > SSP) |
| template<llvm::endianness Endianness> | |
| void | llvm::jitlink::link_ELF_ppc64 (std::unique_ptr< LinkGraph > G, std::unique_ptr< JITLinkContext > Ctx) |
| Expected< std::unique_ptr< LinkGraph > > | llvm::jitlink::createLinkGraphFromELFObject_ppc64 (MemoryBufferRef ObjectBuffer, std::shared_ptr< orc::SymbolStringPool > SSP) |
| Create a LinkGraph from an ELF/ppc64 relocatable object. | |
| Expected< std::unique_ptr< LinkGraph > > | llvm::jitlink::createLinkGraphFromELFObject_ppc64le (MemoryBufferRef ObjectBuffer, std::shared_ptr< orc::SymbolStringPool > SSP) |
| Create a LinkGraph from an ELF/ppc64le relocatable object. | |
| void | llvm::jitlink::link_ELF_ppc64 (std::unique_ptr< LinkGraph > G, std::unique_ptr< JITLinkContext > Ctx) |
| jit-link the given object buffer, which must be a ELF ppc64le object file. | |
| void | llvm::jitlink::link_ELF_ppc64le (std::unique_ptr< LinkGraph > G, std::unique_ptr< JITLinkContext > Ctx) |
| jit-link the given object buffer, which must be a ELF ppc64le object file. |
◆ DEBUG_TYPE
#define DEBUG_TYPE "jitlink"