LLVM 20.0.0git
|
Procedure Linkage Table Builder. More...
#include "llvm/ExecutionEngine/JITLink/x86_64.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 * | PLTSection = nullptr |
|
inline |
|
inline |
Definition at line 669 of file x86_64.h.
References llvm::jitlink::x86_64::createAnonymousPointerJumpStub(), G, llvm::jitlink::TableManager< TableManagerImplT >::getEntryForTarget(), getStubsSection(), and GOT.
|
inlinestatic |
Definition at line 651 of file x86_64.h.
Referenced by getStubsSection().
Definition at line 675 of file x86_64.h.
References llvm::orc::Exec, G, getSectionName(), PLTSection, and llvm::orc::Read.
Referenced by createEntry().
|
inline |
Definition at line 653 of file x86_64.h.
References B, llvm::jitlink::x86_64::BranchPCRel32, llvm::jitlink::x86_64::BranchPCRel32ToPtrJumpStubBypassable, llvm::dbgs(), DEBUG_WITH_TYPE, E, llvm::formatv(), G, and llvm::jitlink::TableManager< PLTTableManager >::getEntryForTarget().
GOTTableManager& llvm::jitlink::x86_64::PLTTableManager::GOT |
Definition at line 682 of file x86_64.h.
Referenced by createEntry().
Section* llvm::jitlink::x86_64::PLTTableManager::PLTSection = nullptr |
Definition at line 683 of file x86_64.h.
Referenced by getStubsSection().