|
LLVM 22.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) |
| LLVM_ABI void | registerExistingEntries () |
| 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 |
Definition at line 867 of file aarch64.h.
References G, getSectionName(), GOT, registerExistingEntries(), and StubsSection.
|
inline |
Definition at line 885 of file aarch64.h.
References llvm::jitlink::aarch64::createAnonymousPointerJumpStub(), G, getStubsSection(), and GOT.
|
inlinestatic |
Definition at line 865 of file aarch64.h.
Referenced by getStubsSection(), and PLTTableManager().
Definition at line 891 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 216 of file aarch64.cpp.
References assert(), llvm::jitlink::TableManager< PLTTableManager >::registerPreExistingEntry(), and StubsSection.
Referenced by PLTTableManager().
|
inline |
Definition at line 872 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 900 of file aarch64.h.
Referenced by createEntry(), and PLTTableManager().
| Section* llvm::jitlink::aarch64::PLTTableManager::StubsSection = nullptr |
Definition at line 901 of file aarch64.h.
Referenced by getStubsSection(), PLTTableManager(), and registerExistingEntries().