LLVM  8.0.1
Public Member Functions | List of all members
llvm::detail::GenericLayerImpl< LayerT > Class Template Reference

#include "ExecutionEngine/Orc/OrcCBindingsStack.h"

Inheritance diagram for llvm::detail::GenericLayerImpl< LayerT >:
Inheritance graph
[legend]
Collaboration diagram for llvm::detail::GenericLayerImpl< LayerT >:
Collaboration graph
[legend]

Public Member Functions

 GenericLayerImpl (LayerT &Layer)
 
JITSymbol findSymbolIn (orc::VModuleKey K, const std::string &Name, bool ExportedSymbolsOnly) override
 
Error removeModule (orc::VModuleKey K) override
 
- Public Member Functions inherited from llvm::detail::GenericLayer
virtual ~GenericLayer ()=default
 

Detailed Description

template<typename LayerT>
class llvm::detail::GenericLayerImpl< LayerT >

Definition at line 62 of file OrcCBindingsStack.h.

Constructor & Destructor Documentation

◆ GenericLayerImpl()

template<typename LayerT >
llvm::detail::GenericLayerImpl< LayerT >::GenericLayerImpl ( LayerT &  Layer)
inline

Definition at line 64 of file OrcCBindingsStack.h.

Member Function Documentation

◆ findSymbolIn()

template<typename LayerT >
JITSymbol llvm::detail::GenericLayerImpl< LayerT >::findSymbolIn ( orc::VModuleKey  K,
const std::string &  Name,
bool  ExportedSymbolsOnly 
)
inlineoverridevirtual

Implements llvm::detail::GenericLayer.

Definition at line 66 of file OrcCBindingsStack.h.

◆ removeModule()

template<typename LayerT >
Error llvm::detail::GenericLayerImpl< LayerT >::removeModule ( orc::VModuleKey  K)
inlineoverridevirtual

Implements llvm::detail::GenericLayer.

Definition at line 71 of file OrcCBindingsStack.h.


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