LLVM 19.0.0git
Public Member Functions | List of all members
llvm::jitlink::DefineExternalSectionStartAndEndSymbols< SymbolIdentifierFunction > Class Template Reference

Pass implementation for the createDefineExternalSectionStartAndEndSymbols function. More...

#include "ExecutionEngine/JITLink/DefineExternalSectionStartAndEndSymbols.h"

Public Member Functions

 DefineExternalSectionStartAndEndSymbols (SymbolIdentifierFunction F)
 
Error operator() (LinkGraph &G)
 

Detailed Description

template<typename SymbolIdentifierFunction>
class llvm::jitlink::DefineExternalSectionStartAndEndSymbols< SymbolIdentifierFunction >

Pass implementation for the createDefineExternalSectionStartAndEndSymbols function.

Definition at line 37 of file DefineExternalSectionStartAndEndSymbols.h.

Constructor & Destructor Documentation

◆ DefineExternalSectionStartAndEndSymbols()

template<typename SymbolIdentifierFunction >
llvm::jitlink::DefineExternalSectionStartAndEndSymbols< SymbolIdentifierFunction >::DefineExternalSectionStartAndEndSymbols ( SymbolIdentifierFunction  F)
inline

Definition at line 39 of file DefineExternalSectionStartAndEndSymbols.h.

References F.

Member Function Documentation

◆ operator()()

template<typename SymbolIdentifierFunction >
Error llvm::jitlink::DefineExternalSectionStartAndEndSymbols< SymbolIdentifierFunction >::operator() ( LinkGraph G)
inline

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