LLVM: llvm::orc::RedirectionManager Class Reference (original) (raw)

Base class for performing redirection of call to symbol to another symbol in runtime. More...

#include "[llvm/ExecutionEngine/Orc/RedirectionManager.h](RedirectionManager%5F8h%5Fsource.html)"

Public Member Functions
virtual ~RedirectionManager ()=default
virtual Error redirect (JITDylib &JD, const SymbolMap &NewDests)=0
Change the redirection destination of given symbols to new destination symbols.
Error redirect (JITDylib &JD, SymbolStringPtr Symbol, ExecutorSymbolDef NewDest)
Change the redirection destination of given symbol to new destination symbol.

Base class for performing redirection of call to symbol to another symbol in runtime.

Definition at line 24 of file RedirectionManager.h.

virtual llvm::orc::RedirectionManager::~RedirectionManager ( ) virtualdefault

redirect() [1/2]

redirect() [2/2]

Change the redirection destination of given symbol to new destination symbol.

Definition at line 34 of file RedirectionManager.h.

References redirect().


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