Searched refs:MCJITHelper (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy.cpp651 class MCJITHelper class
654 MCJITHelper(LLVMContext& C) : Context(C), OpenModule(NULL) {} function in class:MCJITHelper
655 ~MCJITHelper();
680 HelpingMemoryManager(MCJITHelper *Helper) : MasterHelper(Helper) {}
685 /// modules associated with the MCJITHelper to cross link functions
694 MCJITHelper *MasterHelper;
712 MCJITHelper::~MCJITHelper()
730 Function *MCJITHelper::getFunction(const std::string FnName) {
762 Module *MCJITHelper
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp649 class MCJITHelper class
652 MCJITHelper(LLVMContext& C) : Context(C), OpenModule(NULL) {} function in class:MCJITHelper
653 ~MCJITHelper();
677 HelpingMemoryManager(MCJITHelper *Helper) : MasterHelper(Helper) {}
682 /// modules associated with the MCJITHelper to cross link functions
691 MCJITHelper *MasterHelper;
709 MCJITHelper::~MCJITHelper()
720 Function *MCJITHelper::getFunction(const std::string FnName) {
752 Module *MCJITHelper
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp738 class MCJITHelper class
741 MCJITHelper(LLVMContext& C) : Context(C), OpenModule(NULL) {} function in class:MCJITHelper
742 ~MCJITHelper();
769 HelpingMemoryManager(MCJITHelper *Helper) : MasterHelper(Helper) {}
774 /// modules associated with the MCJITHelper to cross link functions
783 MCJITHelper *MasterHelper;
801 MCJITHelper::~MCJITHelper()
819 Function *MCJITHelper::getFunction(const std::string FnName) {
851 Module *MCJITHelper
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp794 class MCJITHelper : public BaseHelper class in inherits:BaseHelper
797 MCJITHelper(LLVMContext& C) : Context(C), CurrentModule(NULL) { function in class:MCJITHelper
805 ~MCJITHelper();
837 HelpingMemoryManager(MCJITHelper *Helper) : MasterHelper(Helper) {}
842 /// modules associated with the MCJITHelper to cross link functions
851 MCJITHelper *MasterHelper;
869 MCJITHelper::~MCJITHelper()
887 Function *MCJITHelper::getFunction(const std::string FnName) {
919 Module *MCJITHelper
[all...]

Completed in 192 milliseconds