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

Procedure Linkage Table Builder. More...

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

Inheritance diagram for llvm::jitlink::loongarch::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 359 of file loongarch.h.

Constructor & Destructor Documentation

◆ PLTTableManager()

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

Definition at line 361 of file loongarch.h.

Member Function Documentation

◆ createEntry()

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

◆ getSectionName()

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

Definition at line 363 of file loongarch.h.

Referenced by getStubsSection().

◆ getStubsSection()

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

Definition at line 384 of file loongarch.h.

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

Referenced by createEntry().

◆ visitEdge()

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

Member Data Documentation

◆ GOT

GOTTableManager& llvm::jitlink::loongarch::PLTTableManager::GOT

Definition at line 391 of file loongarch.h.

Referenced by createEntry().

◆ StubsSection

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

Definition at line 392 of file loongarch.h.

Referenced by getStubsSection().


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