Home | History | Annotate | Download | only in fully_lazy

Lines Matching refs:Session

715     : Session(S),
717 Session.getLLVMContext())),
718 Builder(Session.getLLVMContext()) {
719 M->setDataLayout(Session.getTarget().createDataLayout());
722 SessionContext& getSession() { return Session; }
726 LLVMContext& getLLVMContext() { return Session.getLLVMContext(); }
731 SessionContext &Session;
739 if (PrototypeAST *ProtoAST = Session.getPrototypeAST(Name))
1167 KaleidoscopeJIT(SessionContext &Session)
1168 : Session(Session),
1169 CompileLayer(ObjectLayer, SimpleCompiler(Session.getTarget())),
1178 Session.getTarget().createDataLayout());
1254 IRGenContext C(Session);
1288 auto H = addModule(IRGen(Session, *Fn));
1303 SessionContext &Session;