Home | History | Annotate | Download | only in Chapter7

Lines Matching refs:TheJIT

678 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
1090 TheModule->setDataLayout(TheJIT->getTargetMachine().createDataLayout());
1112 TheJIT->addModule(std::move(TheModule));
1141 auto H = TheJIT->addModule(std::move(TheModule));
1145 auto ExprSymbol = TheJIT->findSymbol("__anon_expr");
1154 TheJIT->removeModule(H);
1222 TheJIT = llvm::make_unique<KaleidoscopeJIT>();