LLVM 19.0.0git
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
llvm::jitlink::aarch64::PLTTableManager Class Reference

Procedure Linkage Table Builder. More...

#include "llvm/ExecutionEngine/JITLink/aarch64.h"

Inheritance diagram for llvm::jitlink::aarch64::PLTTableManager:
Inheritance graph
[legend]

Public Member Functions

 PLTTableManager (GOTTableManager &GOT)
 
bool visitEdge (LinkGraph &G, Block *B, Edge &E)
 
SymbolcreateEntry (LinkGraph &G, Symbol &Target)
 
SectiongetStubsSection (LinkGraph &G)
 

Static Public Member Functions

static StringRef getSectionName ()
 

Public Attributes

GOTTableManagerGOT
 
SectionStubsSection = nullptr
 

Detailed Description

Procedure Linkage Table Builder.

Definition at line 729 of file aarch64.h.

Constructor & Destructor Documentation

◆ PLTTableManager()

llvm::jitlink::aarch64::PLTTableManager::PLTTableManager ( GOTTableManager GOT)
inline

Definition at line 731 of file aarch64.h.

Member Function Documentation

◆ createEntry()

Symbol & llvm::jitlink::aarch64::PLTTableManager::createEntry ( LinkGraph G,
Symbol Target 
)
inline

◆ getSectionName()

static StringRef llvm::jitlink::aarch64::PLTTableManager::getSectionName ( )
inlinestatic

Definition at line 733 of file aarch64.h.

Referenced by getStubsSection().

◆ getStubsSection()

Section & llvm::jitlink::aarch64::PLTTableManager::getStubsSection ( LinkGraph G)
inline

Definition at line 754 of file aarch64.h.

References llvm::orc::Exec, G, getSectionName(), llvm::orc::Read, and StubsSection.

Referenced by createEntry().

◆ visitEdge()

bool llvm::jitlink::aarch64::PLTTableManager::visitEdge ( LinkGraph G,
Block B,
Edge E 
)
inline

Member Data Documentation

◆ GOT

GOTTableManager& llvm::jitlink::aarch64::PLTTableManager::GOT

Definition at line 761 of file aarch64.h.

Referenced by createEntry().

◆ StubsSection

Section* llvm::jitlink::aarch64::PLTTableManager::StubsSection = nullptr

Definition at line 762 of file aarch64.h.

Referenced by getStubsSection().


The documentation for this class was generated from the following file: