LLVM 19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
llvm::jitlink::aarch32::GOTBuilder Class Reference

Populate a Global Offset Table from edges that request it. More...

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

Inheritance diagram for llvm::jitlink::aarch32::GOTBuilder:
Inheritance graph
[legend]

Public Member Functions

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

Static Public Member Functions

static StringRef getSectionName ()
 

Detailed Description

Populate a Global Offset Table from edges that request it.

Definition at line 331 of file aarch32.h.

Member Function Documentation

◆ createEntry()

Symbol & llvm::jitlink::aarch32::GOTBuilder::createEntry ( LinkGraph G,
Symbol Target 
)

◆ getSectionName()

static StringRef llvm::jitlink::aarch32::GOTBuilder::getSectionName ( )
inlinestatic

Definition at line 333 of file aarch32.h.

Referenced by createEntry().

◆ visitEdge()

bool llvm::jitlink::aarch32::GOTBuilder::visitEdge ( LinkGraph G,
Block B,
Edge E 
)

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