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

/external/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...]
/external/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...]
/external/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...]
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp889 class MCJITHelper : public BaseHelper class in inherits:BaseHelper
892 MCJITHelper(LLVMContext& C) : Context(C), CurrentModule(NULL) { function in class:MCJITHelper
900 ~MCJITHelper();
932 HelpingMemoryManager(MCJITHelper *Helper) : MasterHelper(Helper) {}
937 /// modules associated with the MCJITHelper to cross link functions
946 MCJITHelper *MasterHelper;
964 MCJITHelper::~MCJITHelper()
982 Function *MCJITHelper::getFunction(const std::string FnName) {
1014 Module *MCJITHelper
[all...]

Completed in 76 milliseconds