LLVM 20.0.0git
|
Procedure Linkage Table Builder. More...
#include "llvm/ExecutionEngine/JITLink/aarch64.h"
Public Member Functions | |
PLTTableManager (GOTTableManager &GOT) | |
bool | visitEdge (LinkGraph &G, Block *B, Edge &E) |
Symbol & | createEntry (LinkGraph &G, Symbol &Target) |
Section & | getStubsSection (LinkGraph &G) |
Public Member Functions inherited from llvm::jitlink::TableManager< PLTTableManager > | |
Symbol & | getEntryForTarget (LinkGraph &G, Symbol &Target) |
Return the constructed entry. | |
bool | registerPreExistingEntry (Symbol &Target, Symbol &Entry) |
Register a pre-existing entry. | |
Static Public Member Functions | |
static StringRef | getSectionName () |
Public Attributes | |
GOTTableManager & | GOT |
Section * | StubsSection = nullptr |
|
inline |
|
inline |
Definition at line 818 of file aarch64.h.
References llvm::jitlink::aarch64::createAnonymousPointerJumpStub(), G, llvm::jitlink::TableManager< TableManagerImplT >::getEntryForTarget(), getStubsSection(), and GOT.
|
inlinestatic |
Definition at line 803 of file aarch64.h.
Referenced by getStubsSection().
Definition at line 824 of file aarch64.h.
References llvm::orc::Exec, G, getSectionName(), llvm::orc::Read, and StubsSection.
Referenced by createEntry().
|
inline |
Definition at line 805 of file aarch64.h.
References B, llvm::jitlink::aarch64::Branch26PCRel, llvm::dbgs(), DEBUG_WITH_TYPE, E, llvm::formatv(), G, and llvm::jitlink::TableManager< PLTTableManager >::getEntryForTarget().
GOTTableManager& llvm::jitlink::aarch64::PLTTableManager::GOT |
Definition at line 831 of file aarch64.h.
Referenced by createEntry().
Section* llvm::jitlink::aarch64::PLTTableManager::StubsSection = nullptr |
Definition at line 832 of file aarch64.h.
Referenced by getStubsSection().