This is the base ObjectCache type which can be provided to an ExecutionEngine for the purpose of avoiding compilation for Modules that have already been compiled and an object file is available.
More...
#include "llvm/ExecutionEngine/ObjectCache.h"
This is the base ObjectCache type which can be provided to an ExecutionEngine for the purpose of avoiding compilation for Modules that have already been compiled and an object file is available.
Definition at line 24 of file ObjectCache.h.
◆ ObjectCache()
llvm::ObjectCache::ObjectCache |
( |
| ) |
|
|
default |
◆ ~ObjectCache()
virtual llvm::ObjectCache::~ObjectCache |
( |
| ) |
|
|
virtualdefault |
◆ getObject()
Returns a pointer to a newly allocated MemoryBuffer that contains the object which corresponds with Module M, or 0 if an object is not available.
◆ notifyObjectCompiled()
notifyObjectCompiled - Provides a pointer to compiled code for Module M.
The documentation for this class was generated from the following files: