Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
proteus::CompiledLibrary Struct Reference

#include <CompiledLibrary.hpp>

Public Member Functions

 CompiledLibrary (std::unique_ptr< MemoryBuffer > ObjectModule)
 
 CompiledLibrary (const SmallString< 128 > &Path)
 
bool isDynLib () const
 
bool isObject () const
 

Public Attributes

std::unique_ptr< MemoryBuffer > ObjectModule
 
SmallString< 128 > DynLibPath
 
bool IsDynLib
 
bool IsLoaded = false
 
llvm::orc::JITDylib * JitDyLib = nullptr
 

Constructor & Destructor Documentation

◆ CompiledLibrary() [1/2]

proteus::CompiledLibrary::CompiledLibrary ( std::unique_ptr< MemoryBuffer >  ObjectModule)
inline

◆ CompiledLibrary() [2/2]

proteus::CompiledLibrary::CompiledLibrary ( const SmallString< 128 > &  Path)
inline

Member Function Documentation

◆ isDynLib()

bool proteus::CompiledLibrary::isDynLib ( ) const
inline

◆ isObject()

bool proteus::CompiledLibrary::isObject ( ) const
inline

Member Data Documentation

◆ DynLibPath

SmallString<128> proteus::CompiledLibrary::DynLibPath

◆ IsDynLib

bool proteus::CompiledLibrary::IsDynLib

◆ IsLoaded

bool proteus::CompiledLibrary::IsLoaded = false

◆ JitDyLib

llvm::orc::JITDylib* proteus::CompiledLibrary::JitDyLib = nullptr

◆ ObjectModule

std::unique_ptr<MemoryBuffer> proteus::CompiledLibrary::ObjectModule

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