Home
last modified time | relevance | path

Searched defs:MCJITHelper (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp649 class MCJITHelper class
652 MCJITHelper(LLVMContext& C) : Context(C), OpenModule(NULL) {} in MCJITHelper() function in MCJITHelper
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy.cpp651 class MCJITHelper class
654 MCJITHelper(LLVMContext& C) : Context(C), OpenModule(NULL) {} in MCJITHelper() function in MCJITHelper
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp738 class MCJITHelper class
741 MCJITHelper(LLVMContext& C) : Context(C), OpenModule(NULL) {} in MCJITHelper() function in MCJITHelper
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp794 class MCJITHelper : public BaseHelper class
797 MCJITHelper(LLVMContext& C) : Context(C), CurrentModule(NULL) { in MCJITHelper() function in MCJITHelper