reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

examples/Kaleidoscope/Chapter7/toy.cpp
 1115   TheModule->setDataLayout(TheJIT->getTargetMachine().createDataLayout());
 1140       TheJIT->addModule(std::move(TheModule));
 1169       auto H = TheJIT->addModule(std::move(TheModule));
 1173       auto ExprSymbol = TheJIT->findSymbol("__anon_expr");
 1182       TheJIT->removeModule(H);
 1256   TheJIT = std::make_unique<KaleidoscopeJIT>();