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

References

examples/Kaleidoscope/BuildingAJIT/Chapter3/toy.cpp
 1106   TheModule->setDataLayout(TheJIT->getTargetMachine().createDataLayout());
 1115       TheJIT->addModule(std::move(TheModule));
 1144       auto H = TheJIT->addModule(std::move(TheModule));
 1148       auto ExprSymbol = TheJIT->findSymbol("__anon_expr");
 1157       TheJIT->removeModule(H);
 1225   TheJIT = std::make_unique<KaleidoscopeJIT>();