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

References

examples/Kaleidoscope/Chapter4/toy.cpp
  554   TheModule->setDataLayout(TheJIT->getTargetMachine().createDataLayout());
  577       TheJIT->addModule(std::move(TheModule));
  606       auto H = TheJIT->addModule(std::move(TheModule));
  610       auto ExprSymbol = TheJIT->findSymbol("__anon_expr");
  619       TheJIT->removeModule(H);
  692   TheJIT = std::make_unique<KaleidoscopeJIT>();