LLVM 22.0.0git
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:
[legend]

Public Member Functions

LLVM_ABI bool visitEdge (LinkGraph &G, Block *B, Edge &E)
LLVM_ABI 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 334 of file aarch32.h.

Member Function Documentation

◆ createEntry()

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

◆ getSectionName()

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

Definition at line 336 of file aarch32.h.

Referenced by createEntry().

◆ visitEdge()


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