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

Procedure Linkage Table Builder. More...

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

Inheritance diagram for llvm::jitlink::i386::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
 
SectionPLTSection = nullptr
 

Detailed Description

Procedure Linkage Table Builder.

Definition at line 385 of file i386.h.

Constructor & Destructor Documentation

◆ PLTTableManager()

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

Definition at line 387 of file i386.h.

Member Function Documentation

◆ createEntry()

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

◆ getSectionName()

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

Definition at line 389 of file i386.h.

Referenced by getStubsSection().

◆ getStubsSection()

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

Definition at line 413 of file i386.h.

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

Referenced by createEntry().

◆ visitEdge()

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

Member Data Documentation

◆ GOT

GOTTableManager& llvm::jitlink::i386::PLTTableManager::GOT

Definition at line 420 of file i386.h.

Referenced by createEntry().

◆ PLTSection

Section* llvm::jitlink::i386::PLTTableManager::PLTSection = nullptr

Definition at line 421 of file i386.h.

Referenced by getStubsSection().


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