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

References

examples/Kaleidoscope/Chapter6/toy.cpp
  947   TheModule->setDataLayout(TheJIT->getTargetMachine().createDataLayout());
  970       TheJIT->addModule(std::move(TheModule));
  999       auto H = TheJIT->addModule(std::move(TheModule));
 1003       auto ExprSymbol = TheJIT->findSymbol("__anon_expr");
 1012       TheJIT->removeModule(H);
 1085   TheJIT = std::make_unique<KaleidoscopeJIT>();