Home | History | Annotate | Download | only in Chapter2

Lines Matching refs:TheJIT

691 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
1094 TheModule->setDataLayout(TheJIT->getTargetMachine().createDataLayout());
1102 TheJIT->addModule(std::move(TheModule));
1130 auto H = TheJIT->addModule(std::move(TheModule));
1134 auto ExprSymbol = TheJIT->findSymbol("__anon_expr");
1143 TheJIT->removeModule(H);
1211 TheJIT = llvm::make_unique<KaleidoscopeJIT>();