Home | History | Annotate | Download | only in lazy_irgen

Lines Matching refs:Session

714     : Session(S),
716 Session.getLLVMContext())),
717 Builder(Session.getLLVMContext()) {
718 M->setDataLayout(Session.getTarget().createDataLayout());
721 SessionContext& getSession() { return Session; }
725 LLVMContext& getLLVMContext() { return Session.getLLVMContext(); }
730 SessionContext &Session;
738 if (PrototypeAST *ProtoAST = Session.getPrototypeAST(Name))
1161 KaleidoscopeJIT(SessionContext &Session)
1162 : Session(Session),
1163 CompileLayer(ObjectLayer, SimpleCompiler(Session.getTarget())),
1171 Session.getTarget().createDataLayout());
1231 auto H = addModule(IRGen(Session, *FnAST));
1236 SessionContext &Session;