LLVM: llvm::jitlink::XCOFFJITLinker_ppc64 Class Reference (original) (raw)
Inheritance diagram for llvm::jitlink::XCOFFJITLinker_ppc64:
| Public Member Functions | |
|---|---|
| XCOFFJITLinker_ppc64 (std::unique_ptr< JITLinkContext > Ctx, std::unique_ptr< LinkGraph > G, PassConfiguration PassConfig) | |
| Error | applyFixup (LinkGraph &G, Block &B, const Edge &E) const |
| Public Member Functions inherited from llvm::jitlink::JITLinker< XCOFFJITLinker_ppc64 > | |
| JITLinkerBase (std::unique_ptr< JITLinkContext > Ctx, std::unique_ptr< LinkGraph > G, PassConfiguration Passes) | |
| Public Member Functions inherited from llvm::jitlink::JITLinkerBase | |
| JITLinkerBase (std::unique_ptr< JITLinkContext > Ctx, std::unique_ptr< LinkGraph > G, PassConfiguration Passes) | |
| virtual | ~JITLinkerBase () |
| Additional Inherited Members | |
|---|---|
| Static Public Member Functions inherited from llvm::jitlink::JITLinker< XCOFFJITLinker_ppc64 > | |
| static void | link (ArgTs &&... Args) |
| Link constructs a LinkerImpl instance and calls linkPhase1. | |
| Protected Types inherited from llvm::jitlink::JITLinkerBase | |
| using | InFlightAlloc = JITLinkMemoryManager::InFlightAlloc |
| using | AllocResult = Expected<std::unique_ptr<InFlightAlloc>> |
| using | FinalizeResult = Expected<JITLinkMemoryManager::FinalizedAlloc> |
| Protected Member Functions inherited from llvm::jitlink::JITLinkerBase | |
| LinkGraph & | getGraph () |
| bool | shouldAddDefaultTargetPasses (const Triple &TT) |
| PassConfiguration & | getPassConfig () |
| void | linkPhase1 (std::unique_ptr< JITLinkerBase > Self) |
| void | linkPhase2 (std::unique_ptr< JITLinkerBase > Self, AllocResult AR) |
| void | linkPhase3 (std::unique_ptr< JITLinkerBase > Self, Expected< AsyncLookupResult > LookupResult) |
| void | linkPhase4 (std::unique_ptr< JITLinkerBase > Self, FinalizeResult FR) |
Detailed Description
Constructor & Destructor Documentation
Member Function Documentation
◆ applyFixup()
The documentation for this class was generated from the following file:
- lib/ExecutionEngine/JITLink/XCOFF_ppc64.cpp