LLVM 20.0.0git
|
Procedure Linkage Table Builder. More...
#include "llvm/ExecutionEngine/JITLink/aarch64.h"
Public Member Functions | |
PLTTableManager (LinkGraph &G, GOTTableManager &GOT) | |
bool | visitEdge (LinkGraph &G, Block *B, Edge &E) |
Symbol & | createEntry (LinkGraph &G, Symbol &Target) |
Section & | getStubsSection (LinkGraph &G) |
void | registerExistingEntries () |
![]() | |
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 |
Definition at line 866 of file aarch64.h.
References G, getSectionName(), registerExistingEntries(), and StubsSection.
|
inline |
Definition at line 884 of file aarch64.h.
References llvm::jitlink::aarch64::createAnonymousPointerJumpStub(), G, llvm::jitlink::TableManager< TableManagerImplT >::getEntryForTarget(), getStubsSection(), and GOT.
|
inlinestatic |
Definition at line 864 of file aarch64.h.
Referenced by getStubsSection(), and PLTTableManager().
Definition at line 890 of file aarch64.h.
References llvm::orc::Exec, G, getSectionName(), llvm::orc::Read, and StubsSection.
Referenced by createEntry().
void llvm::jitlink::aarch64::PLTTableManager::registerExistingEntries | ( | ) |
Definition at line 214 of file aarch64.cpp.
References assert(), llvm::jitlink::TableManager< PLTTableManager >::registerPreExistingEntry(), StubsSection, and llvm::jitlink::Section::symbols().
Referenced by PLTTableManager().
|
inline |
Definition at line 871 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 899 of file aarch64.h.
Referenced by createEntry().
Section* llvm::jitlink::aarch64::PLTTableManager::StubsSection = nullptr |
Definition at line 900 of file aarch64.h.
Referenced by getStubsSection(), PLTTableManager(), and registerExistingEntries().