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

Stubs builder for v7 emits non-position-independent Arm and Thumb stubs. More...

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

Public Member Functions

 StubsManager_v7 ()=default
 
bool visitEdge (LinkGraph &G, Block *B, Edge &E)
 Implements link-graph traversal via visitExistingEdges().
 

Static Public Member Functions

static StringRef getSectionName ()
 Name of the object file section that will contain all our stubs.
 

Detailed Description

Stubs builder for v7 emits non-position-independent Arm and Thumb stubs.

Definition at line 380 of file aarch32.h.

Constructor & Destructor Documentation

◆ StubsManager_v7()

llvm::jitlink::aarch32::StubsManager_v7::StubsManager_v7 ( )
default

Member Function Documentation

◆ getSectionName()

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

Name of the object file section that will contain all our stubs.

Definition at line 385 of file aarch32.h.

Referenced by visitEdge().

◆ visitEdge()

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

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