LLVM 22.0.0git
Namespaces | Functions
XCOFF_ppc64.h File Reference
#include "llvm/ExecutionEngine/JITLink/JITLink.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::createLinkGraphFromXCOFFObject_ppc64 (MemoryBufferRef ObjectBuffer, std::shared_ptr< orc::SymbolStringPool > SSP)
 Create a LinkGraph from an XCOFF/ppc64 relocatable object.
 
void llvm::jitlink::link_XCOFF_ppc64 (std::unique_ptr< LinkGraph > G, std::unique_ptr< JITLinkContext > Ctx)
 jit-link the given object buffer, which must be a XCOFF ppc64 object file.