LLVM 22.0.0git
llvm::jitlink::loongarch::PLTTableManager Class Reference

Procedure Linkage Table Builder. More...

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

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

Constructor & Destructor Documentation

◆ PLTTableManager()

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

Definition at line 667 of file loongarch.h.

References GOT.

Member Function Documentation

◆ createEntry()

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

◆ getSectionName()

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

Definition at line 669 of file loongarch.h.

Referenced by getStubsSection().

◆ getStubsSection()

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

Definition at line 691 of file loongarch.h.

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

Referenced by createEntry().

◆ visitEdge()

Member Data Documentation

◆ GOT

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

Definition at line 698 of file loongarch.h.

Referenced by createEntry(), and PLTTableManager().

◆ StubsSection

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

Definition at line 699 of file loongarch.h.

Referenced by getStubsSection().


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