#include <CompiledLibrary.hpp>
◆ CompiledLibrary() [1/2]
proteus::CompiledLibrary::CompiledLibrary |
( |
std::unique_ptr< MemoryBuffer > |
ObjectModule | ) |
|
|
inline |
◆ CompiledLibrary() [2/2]
proteus::CompiledLibrary::CompiledLibrary |
( |
const SmallString< 128 > & |
Path | ) |
|
|
inline |
◆ isDynLib()
bool proteus::CompiledLibrary::isDynLib |
( |
| ) |
const |
|
inline |
◆ isObject()
bool proteus::CompiledLibrary::isObject |
( |
| ) |
const |
|
inline |
◆ 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: