LLVM  8.0.1
Public Member Functions | List of all members
llvm::orc::LegacyLocalCXXRuntimeOverrides Class Reference

#include "llvm/ExecutionEngine/Orc/ExecutionUtils.h"

Inheritance diagram for llvm::orc::LegacyLocalCXXRuntimeOverrides:
Inheritance graph
[legend]
Collaboration diagram for llvm::orc::LegacyLocalCXXRuntimeOverrides:
Collaboration graph
[legend]

Public Member Functions

template<typename MangleFtorT >
 LegacyLocalCXXRuntimeOverrides (const MangleFtorT &Mangle)
 Create a runtime-overrides class. More...
 
JITEvaluatedSymbol searchOverrides (const std::string &Name)
 Search overrided symbols. More...
 
- Public Member Functions inherited from llvm::orc::LocalCXXRuntimeOverridesBase
void runDestructors ()
 Run any destructors recorded by the overriden __cxa_atexit function (CXAAtExitOverride). More...
 

Additional Inherited Members

- Protected Types inherited from llvm::orc::LocalCXXRuntimeOverridesBase
using DestructorPtr = void(*)(void *)
 
using CXXDestructorDataPair = std::pair< DestructorPtr, void * >
 
using CXXDestructorDataPairList = std::vector< CXXDestructorDataPair >
 
- Protected Member Functions inherited from llvm::orc::LocalCXXRuntimeOverridesBase
template<typename PtrTy >
JITTargetAddress toTargetAddress (PtrTy *P)
 
- Static Protected Member Functions inherited from llvm::orc::LocalCXXRuntimeOverridesBase
static int CXAAtExitOverride (DestructorPtr Destructor, void *Arg, void *DSOHandle)
 
- Protected Attributes inherited from llvm::orc::LocalCXXRuntimeOverridesBase
CXXDestructorDataPairList DSOHandleOverride
 

Detailed Description

Definition at line 180 of file ExecutionUtils.h.

Constructor & Destructor Documentation

◆ LegacyLocalCXXRuntimeOverrides()

template<typename MangleFtorT >
llvm::orc::LegacyLocalCXXRuntimeOverrides::LegacyLocalCXXRuntimeOverrides ( const MangleFtorT &  Mangle)
inline

Create a runtime-overrides class.

Definition at line 184 of file ExecutionUtils.h.

Member Function Documentation

◆ searchOverrides()

JITEvaluatedSymbol llvm::orc::LegacyLocalCXXRuntimeOverrides::searchOverrides ( const std::string &  Name)
inline

Search overrided symbols.

Definition at line 190 of file ExecutionUtils.h.

References llvm::JITSymbolFlags::Exported, I, and Name.


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