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

References

examples/Kaleidoscope/Chapter5/toy.cpp
  828   TheModule->setDataLayout(TheJIT->getTargetMachine().createDataLayout());
  851       TheJIT->addModule(std::move(TheModule));
  880       auto H = TheJIT->addModule(std::move(TheModule));
  884       auto ExprSymbol = TheJIT->findSymbol("__anon_expr");
  893       TheJIT->removeModule(H);
  966   TheJIT = std::make_unique<KaleidoscopeJIT>();