CppADCodeGen 2.4.3
A C++ Algorithmic Differentiation Package with Source Code Generation
Loading...
Searching...
No Matches
CppAD::cg::LlvmModelLibraryProcessor< Base > Class Template Reference

#include <llvm_model_library_processor.hpp>

Inheritance diagram for CppAD::cg::LlvmModelLibraryProcessor< Base >:
Inheritance graph
Collaboration diagram for CppAD::cg::LlvmModelLibraryProcessor< Base >:
Collaboration graph

Public Member Functions

 LlvmModelLibraryProcessor (ModelLibraryCSourceGen< Base > &modelLibraryHelper)
 
const std::string & getVersion () const
 
void setIncludePaths (const std::vector< std::string > &includePaths)
 
const std::vector< std::string > & getIncludePaths () const
 
std::unique_ptr< LlvmModelLibrary< Base > > create ()
 
 LlvmModelLibraryProcessor (ModelLibraryCSourceGen< Base > &modelLibraryHelper)
 
const std::string & getVersion () const
 
void setIncludePaths (const std::vector< std::string > &includePaths)
 
const std::vector< std::string > & getIncludePaths () const
 
std::unique_ptr< LlvmModelLibrary< Base > > create ()
 
std::unique_ptr< LlvmModelLibrary< Base > > create (ClangCompiler< Base > &clang)
 
 LlvmModelLibraryProcessor (ModelLibraryCSourceGen< Base > &librarySourceGen)
 
const std::string & getVersion () const
 
void setIncludePaths (const std::vector< std::string > &includePaths)
 
const std::vector< std::string > & getIncludePaths () const
 
std::unique_ptr< LlvmModelLibrary< Base > > create ()
 
std::unique_ptr< LlvmModelLibrary< Base > > create (ClangCompiler< Base > &clang)
 
 LlvmModelLibraryProcessor (ModelLibraryCSourceGen< Base > &librarySourceGen)
 
const std::string & getVersion () const
 
void setIncludePaths (const std::vector< std::string > &includePaths)
 
const std::vector< std::string > & getIncludePaths () const
 
std::unique_ptr< LlvmModelLibrary< Base > > create ()
 
std::unique_ptr< LlvmModelLibrary< Base > > create (ClangCompiler< Base > &clang)
 
 LlvmModelLibraryProcessor (ModelLibraryCSourceGen< Base > &librarySourceGen)
 
const std::string & getVersion () const
 
void setIncludePaths (const std::vector< std::string > &includePaths)
 
const std::vector< std::string > & getIncludePaths () const
 
std::unique_ptr< LlvmModelLibrary< Base > > create ()
 
std::unique_ptr< LlvmModelLibrary< Base > > create (ClangCompiler< Base > &clang)
 
 LlvmModelLibraryProcessor (ModelLibraryCSourceGen< Base > &librarySourceGen)
 
 LlvmModelLibraryProcessor (ModelLibraryCSourceGen< Base > &librarySourceGen)
 
 LlvmModelLibraryProcessor (ModelLibraryCSourceGen< Base > &librarySourceGen)
 
 LlvmModelLibraryProcessor (ModelLibraryCSourceGen< Base > &librarySourceGen)
 
 LlvmModelLibraryProcessor (ModelLibraryCSourceGen< Base > &librarySourceGen)
 

Static Public Member Functions

static std::unique_ptr< LlvmModelLibrary< Base > > create (ModelLibraryCSourceGen< Base > &modelLibraryHelper)
 
static std::unique_ptr< LlvmModelLibrary< Base > > create (ModelLibraryCSourceGen< Base > &modelLibraryHelper)
 
static std::unique_ptr< LlvmModelLibrary< Base > > create (ModelLibraryCSourceGen< Base > &modelLibraryHelper)
 
static std::unique_ptr< LlvmModelLibrary< Base > > create (ModelLibraryCSourceGen< Base > &modelLibraryHelper)
 
static std::unique_ptr< LlvmModelLibrary< Base > > create (ModelLibraryCSourceGen< Base > &modelLibraryHelper)
 
static std::unique_ptr< LlvmModelLibrary< Base > > create (ModelLibraryCSourceGen< Base > &modelLibraryHelper)
 
static std::unique_ptr< LlvmModelLibrary< Base > > create (ModelLibraryCSourceGen< Base > &modelLibraryHelper)
 
static std::unique_ptr< LlvmModelLibrary< Base > > create (ModelLibraryCSourceGen< Base > &modelLibraryHelper)
 
static std::unique_ptr< LlvmModelLibrary< Base > > create (ModelLibraryCSourceGen< Base > &modelLibraryHelper)
 
static std::unique_ptr< LlvmModelLibrary< Base > > create (ModelLibraryCSourceGen< Base > &modelLibraryHelper)
 

Protected Member Functions

virtual void createLlvmModules (const std::map< std::string, std::string > &sources)
 
virtual void createLlvmModule (const std::string &filename, const std::string &source)
 
llvm::Module * mergeModules (const std::vector< llvm::Module * > &modules)
 
virtual void createLlvmModules (const std::map< std::string, std::string > &sources)
 
virtual void createLlvmModule (const std::string &filename, const std::string &source)
 
virtual void createLlvmModules (const std::map< std::string, std::string > &sources)
 
virtual void createLlvmModule (const std::string &filename, const std::string &source)
 
virtual void createLlvmModules (const std::map< std::string, std::string > &sources)
 
virtual void createLlvmModule (const std::string &filename, const std::string &source)
 
const std::set< std::string > & createBitCode (ClangCompiler< Base > &clang, const std::string &version)
 
const std::map< std::string, std::string > & getLibrarySources ()
 
const std::map< std::string, std::string > & getSources (ModelCSourceGen< Base > &model)
 
const std::set< std::string > & createBitCode (ClangCompiler< Base > &clang, const std::string &version)
 
const std::map< std::string, std::string > & getLibrarySources ()
 
const std::map< std::string, std::string > & getSources (ModelCSourceGen< Base > &model)
 

Static Protected Member Functions

static std::string findInternalClangCHeaders (const std::string &version, const std::string &resourceDir)
 
static std::string findInternalClangCHeaders (const std::string &version, const std::string &resourceDir)
 

Protected Attributes

const std::string _version
 
std::vector< std::string > _includePaths
 
std::unique_ptr< llvm::Linker > _linker
 
std::unique_ptr< llvm::LLVMContext > _context
 
std::shared_ptr< llvm::LLVMContext > _context
 
std::unique_ptr< llvm::Module > _module
 
ModelLibraryCSourceGen< Base > * modelLibraryHelper_
 
ModelLibraryCSourceGen< Base > * modelLibraryHelper_
 

Detailed Description

template<class Base>
class CppAD::cg::LlvmModelLibraryProcessor< Base >

Useful class for generating a JIT evaluated model library.

Author
Joao Leal

Useful class for generating a JIT evaluated model library (LLVM 6.0).

Author
Joao Leal

Useful class for generating a JIT evaluated model library (LLVM 7.0).

Author
Joao Leal

Useful class for generating a JIT evaluated model library (LLVM 8.0).

Author
Joao Leal

Useful class for generating a JIT evaluated model library (LLVM 9.0).

Author
Joao Leal

Definition at line 30 of file llvm_model_library_processor.hpp.

Constructor & Destructor Documentation

◆ LlvmModelLibraryProcessor() [1/10]

template<class Base >
CppAD::cg::LlvmModelLibraryProcessor< Base >::LlvmModelLibraryProcessor ( ModelLibraryCSourceGen< Base > &  modelLibraryHelper)
inline
Parameters
modelLibraryHelper

Definition at line 42 of file llvm_model_library_processor.hpp.

◆ LlvmModelLibraryProcessor() [2/10]

template<class Base >
CppAD::cg::LlvmModelLibraryProcessor< Base >::LlvmModelLibraryProcessor ( ModelLibraryCSourceGen< Base > &  modelLibraryHelper)
inline
Parameters
modelLibraryHelper

Definition at line 42 of file llvm_model_library_processor.hpp.

◆ LlvmModelLibraryProcessor() [3/10]

template<class Base >
CppAD::cg::LlvmModelLibraryProcessor< Base >::LlvmModelLibraryProcessor ( ModelLibraryCSourceGen< Base > &  librarySourceGen)
inline
Parameters
librarySourceGen

Definition at line 43 of file llvm_model_library_processor.hpp.

◆ LlvmModelLibraryProcessor() [4/10]

template<class Base >
CppAD::cg::LlvmModelLibraryProcessor< Base >::LlvmModelLibraryProcessor ( ModelLibraryCSourceGen< Base > &  librarySourceGen)
inline

Creates a LLVM model library processor.

Parameters
librarySourceGen

Definition at line 44 of file llvm_model_library_processor.hpp.

◆ LlvmModelLibraryProcessor() [5/10]

template<class Base >
CppAD::cg::LlvmModelLibraryProcessor< Base >::LlvmModelLibraryProcessor ( ModelLibraryCSourceGen< Base > &  librarySourceGen)
inline

Creates a LLVM model library processor.

Parameters
librarySourceGen

Definition at line 44 of file llvm_model_library_processor.hpp.

◆ LlvmModelLibraryProcessor() [6/10]

template<class Base >
CppAD::cg::LlvmModelLibraryProcessor< Base >::LlvmModelLibraryProcessor ( ModelLibraryCSourceGen< Base > &  librarySourceGen)
inline

Creates a LLVM model library processor.

Parameters
librarySourceGen

Definition at line 38 of file llvm_model_library_processor.hpp.

◆ LlvmModelLibraryProcessor() [7/10]

template<class Base >
CppAD::cg::LlvmModelLibraryProcessor< Base >::LlvmModelLibraryProcessor ( ModelLibraryCSourceGen< Base > &  librarySourceGen)
inline

Creates a LLVM model library processor.

Parameters
librarySourceGen

Definition at line 37 of file llvm_model_library_processor.hpp.

◆ LlvmModelLibraryProcessor() [8/10]

template<class Base >
CppAD::cg::LlvmModelLibraryProcessor< Base >::LlvmModelLibraryProcessor ( ModelLibraryCSourceGen< Base > &  librarySourceGen)
inline

Creates a LLVM model library processor.

Parameters
librarySourceGen

Definition at line 37 of file llvm_model_library_processor.hpp.

◆ LlvmModelLibraryProcessor() [9/10]

template<class Base >
CppAD::cg::LlvmModelLibraryProcessor< Base >::LlvmModelLibraryProcessor ( ModelLibraryCSourceGen< Base > &  librarySourceGen)
inline

Creates a LLVM model library processor.

Parameters
librarySourceGen

Definition at line 37 of file llvm_model_library_processor.hpp.

◆ LlvmModelLibraryProcessor() [10/10]

template<class Base >
CppAD::cg::LlvmModelLibraryProcessor< Base >::LlvmModelLibraryProcessor ( ModelLibraryCSourceGen< Base > &  librarySourceGen)
inline

Creates a LLVM model library processor.

Parameters
librarySourceGen

Definition at line 37 of file llvm_model_library_processor.hpp.

Member Function Documentation

◆ create() [1/19]

template<class Base >
std::unique_ptr< LlvmModelLibrary< Base > > CppAD::cg::LlvmModelLibraryProcessor< Base >::create ( )
inline

Definition at line 64 of file llvm_model_library_processor.hpp.

◆ create() [2/19]

template<class Base >
std::unique_ptr< LlvmModelLibrary< Base > > CppAD::cg::LlvmModelLibraryProcessor< Base >::create ( )
inline

Definition at line 64 of file llvm_model_library_processor.hpp.

◆ create() [3/19]

template<class Base >
std::unique_ptr< LlvmModelLibrary< Base > > CppAD::cg::LlvmModelLibraryProcessor< Base >::create ( )
inline
Returns
a model library

Definition at line 75 of file llvm_model_library_processor.hpp.

◆ create() [4/19]

template<class Base >
std::unique_ptr< LlvmModelLibrary< Base > > CppAD::cg::LlvmModelLibraryProcessor< Base >::create ( )
inline
Returns
a model library

Definition at line 76 of file llvm_model_library_processor.hpp.

◆ create() [5/19]

template<class Base >
std::unique_ptr< LlvmModelLibrary< Base > > CppAD::cg::LlvmModelLibraryProcessor< Base >::create ( )
inline
Returns
a model library

Definition at line 77 of file llvm_model_library_processor.hpp.

◆ create() [6/19]

template<class Base >
std::unique_ptr< LlvmModelLibrary< Base > > CppAD::cg::LlvmModelLibraryProcessor< Base >::create ( ClangCompiler< Base > &  clang)
inline

generate bit code

Load bit code and create a single module

Definition at line 69 of file llvm_model_library_processor.hpp.

◆ create() [7/19]

template<class Base >
std::unique_ptr< LlvmModelLibrary< Base > > CppAD::cg::LlvmModelLibraryProcessor< Base >::create ( ClangCompiler< Base > &  clang)
inline
Parameters
clangthe external compiler
Returns
a model library

generate bit code

Load bit code and create a single module

Definition at line 115 of file llvm_model_library_processor.hpp.

◆ create() [8/19]

template<class Base >
std::unique_ptr< LlvmModelLibrary< Base > > CppAD::cg::LlvmModelLibraryProcessor< Base >::create ( ClangCompiler< Base > &  clang)
inline
Parameters
clangthe external compiler
Returns
a model library

generate bit code

Load bit code and create a single module

Definition at line 135 of file llvm_model_library_processor.hpp.

◆ create() [9/19]

template<class Base >
std::unique_ptr< LlvmModelLibrary< Base > > CppAD::cg::LlvmModelLibraryProcessor< Base >::create ( ClangCompiler< Base > &  clang)
inline

Creates a LLVM model library using an external Clang compiler to generate the bitcode.

Parameters
clangthe external compiler
Returns
a model library

generate bit code

Load bit code and create a single module

Definition at line 119 of file llvm_model_library_processor.hpp.

◆ create() [10/19]

template<class Base >
static std::unique_ptr< LlvmModelLibrary< Base > > CppAD::cg::LlvmModelLibraryProcessor< Base >::create ( ModelLibraryCSourceGen< Base > &  modelLibraryHelper)
inlinestatic

Definition at line 98 of file llvm_model_library_processor.hpp.

◆ create() [11/19]

template<class Base >
static std::unique_ptr< LlvmModelLibrary< Base > > CppAD::cg::LlvmModelLibraryProcessor< Base >::create ( ModelLibraryCSourceGen< Base > &  modelLibraryHelper)
inlinestatic

Definition at line 135 of file llvm_model_library_processor.hpp.

◆ create() [12/19]

template<class Base >
static std::unique_ptr< LlvmModelLibrary< Base > > CppAD::cg::LlvmModelLibraryProcessor< Base >::create ( ModelLibraryCSourceGen< Base > &  modelLibraryHelper)
inlinestatic

Definition at line 184 of file llvm_model_library_processor.hpp.

◆ create() [13/19]

template<class Base >
static std::unique_ptr< LlvmModelLibrary< Base > > CppAD::cg::LlvmModelLibraryProcessor< Base >::create ( ModelLibraryCSourceGen< Base > &  modelLibraryHelper)
inlinestatic

Definition at line 204 of file llvm_model_library_processor.hpp.

◆ create() [14/19]

template<class Base >
static std::unique_ptr< LlvmModelLibrary< Base > > CppAD::cg::LlvmModelLibraryProcessor< Base >::create ( ModelLibraryCSourceGen< Base > &  modelLibraryHelper)
inlinestatic

Definition at line 195 of file llvm_model_library_processor.hpp.

◆ create() [15/19]

template<class Base >
static std::unique_ptr< LlvmModelLibrary< Base > > CppAD::cg::LlvmModelLibraryProcessor< Base >::create ( ModelLibraryCSourceGen< Base > &  modelLibraryHelper)
inlinestatic

Definition at line 46 of file llvm_model_library_processor.hpp.

◆ create() [16/19]

template<class Base >
static std::unique_ptr< LlvmModelLibrary< Base > > CppAD::cg::LlvmModelLibraryProcessor< Base >::create ( ModelLibraryCSourceGen< Base > &  modelLibraryHelper)
inlinestatic

Definition at line 45 of file llvm_model_library_processor.hpp.

◆ create() [17/19]

template<class Base >
static std::unique_ptr< LlvmModelLibrary< Base > > CppAD::cg::LlvmModelLibraryProcessor< Base >::create ( ModelLibraryCSourceGen< Base > &  modelLibraryHelper)
inlinestatic

Definition at line 45 of file llvm_model_library_processor.hpp.

◆ create() [18/19]

template<class Base >
static std::unique_ptr< LlvmModelLibrary< Base > > CppAD::cg::LlvmModelLibraryProcessor< Base >::create ( ModelLibraryCSourceGen< Base > &  modelLibraryHelper)
inlinestatic

Definition at line 45 of file llvm_model_library_processor.hpp.

◆ create() [19/19]

template<class Base >
static std::unique_ptr< LlvmModelLibrary< Base > > CppAD::cg::LlvmModelLibraryProcessor< Base >::create ( ModelLibraryCSourceGen< Base > &  modelLibraryHelper)
inlinestatic

Definition at line 45 of file llvm_model_library_processor.hpp.

◆ createBitCode() [1/2]

template<class Base >
const std::set< std::string > & CppAD::cg::LlvmBaseModelLibraryProcessor< Base >::createBitCode ( ClangCompiler< Base > &  clang,
const std::string &  version 
)
inlineprotectedinherited

◆ createBitCode() [2/2]

template<class Base >
const std::set< std::string > & CppAD::cg::LlvmBaseModelLibraryProcessor< Base >::createBitCode ( ClangCompiler< Base > &  clang,
const std::string &  version 
)
inlineprotectedinherited

◆ createLlvmModule() [1/4]

template<class Base >
virtual void CppAD::cg::LlvmModelLibraryProcessor< Base >::createLlvmModule ( const std::string &  filename,
const std::string &  source 
)
inlineprotectedvirtual

◆ createLlvmModule() [2/4]

template<class Base >
virtual void CppAD::cg::LlvmModelLibraryProcessor< Base >::createLlvmModule ( const std::string &  filename,
const std::string &  source 
)
inlineprotectedvirtual

◆ createLlvmModule() [3/4]

template<class Base >
virtual void CppAD::cg::LlvmModelLibraryProcessor< Base >::createLlvmModule ( const std::string &  filename,
const std::string &  source 
)
inlineprotectedvirtual

◆ createLlvmModule() [4/4]

template<class Base >
virtual void CppAD::cg::LlvmModelLibraryProcessor< Base >::createLlvmModule ( const std::string &  filename,
const std::string &  source 
)
inlineprotectedvirtual

◆ createLlvmModules() [1/4]

template<class Base >
virtual void CppAD::cg::LlvmModelLibraryProcessor< Base >::createLlvmModules ( const std::map< std::string, std::string > &  sources)
inlineprotectedvirtual

◆ createLlvmModules() [2/4]

template<class Base >
virtual void CppAD::cg::LlvmModelLibraryProcessor< Base >::createLlvmModules ( const std::map< std::string, std::string > &  sources)
inlineprotectedvirtual

◆ createLlvmModules() [3/4]

template<class Base >
virtual void CppAD::cg::LlvmModelLibraryProcessor< Base >::createLlvmModules ( const std::map< std::string, std::string > &  sources)
inlineprotectedvirtual

◆ createLlvmModules() [4/4]

template<class Base >
virtual void CppAD::cg::LlvmModelLibraryProcessor< Base >::createLlvmModules ( const std::map< std::string, std::string > &  sources)
inlineprotectedvirtual

◆ findInternalClangCHeaders() [1/2]

template<class Base >
static std::string CppAD::cg::LlvmBaseModelLibraryProcessor< Base >::findInternalClangCHeaders ( const std::string &  version,
const std::string &  resourceDir 
)
inlinestaticprotectedinherited

Definition at line 39 of file llvm_base_model_library_processor.hpp.

◆ findInternalClangCHeaders() [2/2]

template<class Base >
static std::string CppAD::cg::LlvmBaseModelLibraryProcessor< Base >::findInternalClangCHeaders ( const std::string &  version,
const std::string &  resourceDir 
)
inlinestaticprotectedinherited

Definition at line 39 of file llvm_base_model_library_processor.hpp.

◆ getIncludePaths() [1/5]

template<class Base >
const std::vector< std::string > & CppAD::cg::LlvmModelLibraryProcessor< Base >::getIncludePaths ( ) const
inline

Definition at line 60 of file llvm_model_library_processor.hpp.

◆ getIncludePaths() [2/5]

template<class Base >
const std::vector< std::string > & CppAD::cg::LlvmModelLibraryProcessor< Base >::getIncludePaths ( ) const
inline

Definition at line 60 of file llvm_model_library_processor.hpp.

◆ getIncludePaths() [3/5]

template<class Base >
const std::vector< std::string > & CppAD::cg::LlvmModelLibraryProcessor< Base >::getIncludePaths ( ) const
inline

User defined header paths.

Definition at line 67 of file llvm_model_library_processor.hpp.

◆ getIncludePaths() [4/5]

template<class Base >
const std::vector< std::string > & CppAD::cg::LlvmModelLibraryProcessor< Base >::getIncludePaths ( ) const
inline

User defined header paths.

Definition at line 68 of file llvm_model_library_processor.hpp.

◆ getIncludePaths() [5/5]

template<class Base >
const std::vector< std::string > & CppAD::cg::LlvmModelLibraryProcessor< Base >::getIncludePaths ( ) const
inline

User defined header paths.

Definition at line 69 of file llvm_model_library_processor.hpp.

◆ getLibrarySources() [1/2]

template<class Base >
const std::map< std::string, std::string > & CppAD::cg::ModelLibraryProcessor< Base >::getLibrarySources ( )
inlineprotectedinherited

Definition at line 41 of file model_library_processor.hpp.

◆ getLibrarySources() [2/2]

template<class Base >
const std::map< std::string, std::string > & CppAD::cg::ModelLibraryProcessor< Base >::getLibrarySources ( )
inlineprotectedinherited

Definition at line 41 of file model_library_processor.hpp.

◆ getSources() [1/2]

template<class Base >
const std::map< std::string, std::string > & CppAD::cg::ModelLibraryProcessor< Base >::getSources ( ModelCSourceGen< Base > &  model)
inlineprotectedinherited

Definition at line 45 of file model_library_processor.hpp.

◆ getSources() [2/2]

template<class Base >
const std::map< std::string, std::string > & CppAD::cg::ModelLibraryProcessor< Base >::getSources ( ModelCSourceGen< Base > &  model)
inlineprotectedinherited

Definition at line 45 of file model_library_processor.hpp.

◆ getVersion() [1/5]

template<class Base >
const std::string & CppAD::cg::LlvmModelLibraryProcessor< Base >::getVersion ( ) const
inline
Returns
The version of LLVM (and Clang).

Definition at line 52 of file llvm_model_library_processor.hpp.

◆ getVersion() [2/5]

template<class Base >
const std::string & CppAD::cg::LlvmModelLibraryProcessor< Base >::getVersion ( ) const
inline
Returns
The version of LLVM (and Clang).

Definition at line 52 of file llvm_model_library_processor.hpp.

◆ getVersion() [3/5]

template<class Base >
const std::string & CppAD::cg::LlvmModelLibraryProcessor< Base >::getVersion ( ) const
inline
Returns
The version of LLVM (and Clang).

Definition at line 53 of file llvm_model_library_processor.hpp.

◆ getVersion() [4/5]

template<class Base >
const std::string & CppAD::cg::LlvmModelLibraryProcessor< Base >::getVersion ( ) const
inline
Returns
The version of LLVM (and Clang).

Definition at line 54 of file llvm_model_library_processor.hpp.

◆ getVersion() [5/5]

template<class Base >
const std::string & CppAD::cg::LlvmModelLibraryProcessor< Base >::getVersion ( ) const
inline
Returns
The version of LLVM (and Clang).

Definition at line 54 of file llvm_model_library_processor.hpp.

◆ mergeModules()

template<class Base >
llvm::Module * CppAD::cg::LlvmModelLibraryProcessor< Base >::mergeModules ( const std::vector< llvm::Module * > &  modules)
inlineprotected

Definition at line 178 of file llvm_model_library_processor.hpp.

◆ setIncludePaths() [1/5]

template<class Base >
void CppAD::cg::LlvmModelLibraryProcessor< Base >::setIncludePaths ( const std::vector< std::string > &  includePaths)
inline

Definition at line 56 of file llvm_model_library_processor.hpp.

◆ setIncludePaths() [2/5]

template<class Base >
void CppAD::cg::LlvmModelLibraryProcessor< Base >::setIncludePaths ( const std::vector< std::string > &  includePaths)
inline

Definition at line 56 of file llvm_model_library_processor.hpp.

◆ setIncludePaths() [3/5]

template<class Base >
void CppAD::cg::LlvmModelLibraryProcessor< Base >::setIncludePaths ( const std::vector< std::string > &  includePaths)
inline

Define additional header paths.

Definition at line 60 of file llvm_model_library_processor.hpp.

◆ setIncludePaths() [4/5]

template<class Base >
void CppAD::cg::LlvmModelLibraryProcessor< Base >::setIncludePaths ( const std::vector< std::string > &  includePaths)
inline

Define additional header paths.

Definition at line 61 of file llvm_model_library_processor.hpp.

◆ setIncludePaths() [5/5]

template<class Base >
void CppAD::cg::LlvmModelLibraryProcessor< Base >::setIncludePaths ( const std::vector< std::string > &  includePaths)
inline

Define additional header paths.

Definition at line 62 of file llvm_model_library_processor.hpp.

Member Data Documentation

◆ _context [1/2]

template<class Base >
std::shared_ptr< llvm::LLVMContext > CppAD::cg::LlvmModelLibraryProcessor< Base >::_context
protected

Definition at line 35 of file llvm_model_library_processor.hpp.

◆ _context [2/2]

template<class Base >
std::shared_ptr<llvm::LLVMContext> CppAD::cg::LlvmModelLibraryProcessor< Base >::_context
protected

Definition at line 34 of file llvm_model_library_processor.hpp.

◆ _includePaths

template<class Base >
std::vector< std::string > CppAD::cg::LlvmModelLibraryProcessor< Base >::_includePaths
protected

Definition at line 33 of file llvm_model_library_processor.hpp.

◆ _linker

template<class Base >
std::unique_ptr< llvm::Linker > CppAD::cg::LlvmModelLibraryProcessor< Base >::_linker
protected

Definition at line 34 of file llvm_model_library_processor.hpp.

◆ _module

template<class Base >
std::unique_ptr< llvm::Module > CppAD::cg::LlvmModelLibraryProcessor< Base >::_module
protected

Definition at line 36 of file llvm_model_library_processor.hpp.

◆ _version

template<class Base >
const std::string CppAD::cg::LlvmModelLibraryProcessor< Base >::_version
protected

Definition at line 32 of file llvm_model_library_processor.hpp.

◆ modelLibraryHelper_ [1/2]

template<class Base >
ModelLibraryCSourceGen<Base>* CppAD::cg::ModelLibraryProcessor< Base >::modelLibraryHelper_
protectedinherited

Definition at line 30 of file model_library_processor.hpp.

◆ modelLibraryHelper_ [2/2]

template<class Base >
ModelLibraryCSourceGen<Base>* CppAD::cg::ModelLibraryProcessor< Base >::modelLibraryHelper_
protectedinherited

Definition at line 30 of file model_library_processor.hpp.


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