LLVM 22.0.0git
llvm::jitlink::ppc64::TOCTableManager< Endianness > Class Template Reference

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

Inheritance diagram for llvm::jitlink::ppc64::TOCTableManager< Endianness >:
[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

template<llvm::endianness Endianness>
class llvm::jitlink::ppc64::TOCTableManager< Endianness >

Definition at line 159 of file ppc64.h.

Member Function Documentation

◆ createEntry()

template<llvm::endianness Endianness>
Symbol & llvm::jitlink::ppc64::TOCTableManager< Endianness >::createEntry ( LinkGraph & G,
Symbol & Target )
inline

Definition at line 185 of file ppc64.h.

References llvm::jitlink::ppc64::createAnonymousPointer(), and G.

Referenced by visitEdge().

◆ getSectionName()

template<llvm::endianness Endianness>
StringRef llvm::jitlink::ppc64::TOCTableManager< Endianness >::getSectionName ( )
inlinestatic

Definition at line 162 of file ppc64.h.

◆ visitEdge()


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