LLVM  8.0.1
Public Member Functions | List of all members
llvm::detail::GenericLayer Class Referenceabstract

#include "ExecutionEngine/Orc/OrcCBindingsStack.h"

Inheritance diagram for llvm::detail::GenericLayer:
Inheritance graph
[legend]

Public Member Functions

virtual ~GenericLayer ()=default
 
virtual JITSymbol findSymbolIn (orc::VModuleKey K, const std::string &Name, bool ExportedSymbolsOnly)=0
 
virtual Error removeModule (orc::VModuleKey K)=0
 

Detailed Description

Definition at line 53 of file OrcCBindingsStack.h.

Constructor & Destructor Documentation

◆ ~GenericLayer()

virtual llvm::detail::GenericLayer::~GenericLayer ( )
virtualdefault

Member Function Documentation

◆ findSymbolIn()

virtual JITSymbol llvm::detail::GenericLayer::findSymbolIn ( orc::VModuleKey  K,
const std::string &  Name,
bool  ExportedSymbolsOnly 
)
pure virtual

◆ removeModule()

virtual Error llvm::detail::GenericLayer::removeModule ( orc::VModuleKey  K)
pure virtual

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