1#ifndef PROTEUS_COMPILED_LIBRARY_H
2#define PROTEUS_COMPILED_LIBRARY_H
Definition CompiledLibrary.h:7
Definition MemoryCache.h:26
Definition CompiledLibrary.h:18
std::unique_ptr< MemoryBuffer > ObjectModule
Definition CompiledLibrary.h:21
bool isStaticObject() const
Definition CompiledLibrary.h:37
bool isSharedObject() const
Definition CompiledLibrary.h:35
bool IsDynLib
Definition CompiledLibrary.h:23
llvm::orc::JITDylib * JitDyLib
Definition CompiledLibrary.h:27
std::string DynLibPath
Definition CompiledLibrary.h:22
bool IsLoaded
Definition CompiledLibrary.h:24