Home
last modified time | relevance | path

Searched refs:SessionContext (Results 1 – 4 of 4) sorted by relevance

/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp683 class SessionContext { class
685 SessionContext(LLVMContext &C) in SessionContext() function in SessionContext
700 void SessionContext::addPrototypeAST(std::unique_ptr<PrototypeAST> P) { in addPrototypeAST()
704 PrototypeAST* SessionContext::getPrototypeAST(const std::string &Name) { in getPrototypeAST()
714 IRGenContext(SessionContext &S) in IRGenContext()
722 SessionContext& getSession() { return Session; } in getSession()
731 SessionContext &Session;
1136 static std::unique_ptr<llvm::Module> IRGen(SessionContext &S, in IRGen()
1163 KaleidoscopeJIT(SessionContext &Session) in KaleidoscopeJIT()
1238 SessionContext &Session;
[all …]
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp683 class SessionContext { class
685 SessionContext(LLVMContext &C) in SessionContext() function in SessionContext
700 void SessionContext::addPrototypeAST(std::unique_ptr<PrototypeAST> P) { in addPrototypeAST()
704 PrototypeAST* SessionContext::getPrototypeAST(const std::string &Name) { in getPrototypeAST()
714 IRGenContext(SessionContext &S) in IRGenContext()
722 SessionContext& getSession() { return Session; } in getSession()
731 SessionContext &Session;
1136 static std::unique_ptr<llvm::Module> IRGen(SessionContext &S, in IRGen()
1162 KaleidoscopeJIT(SessionContext &Session) in KaleidoscopeJIT()
1210 static void HandleDefinition(SessionContext &S, KaleidoscopeJIT &J) { in HandleDefinition()
[all …]
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp683 class SessionContext { class
685 SessionContext(LLVMContext &C) in SessionContext() function in SessionContext
700 void SessionContext::addPrototypeAST(std::unique_ptr<PrototypeAST> P) { in addPrototypeAST()
704 PrototypeAST* SessionContext::getPrototypeAST(const std::string &Name) { in getPrototypeAST()
714 IRGenContext(SessionContext &S) in IRGenContext()
722 SessionContext& getSession() { return Session; } in getSession()
731 SessionContext &Session;
1136 static std::unique_ptr<llvm::Module> IRGen(SessionContext &S, in IRGen()
1164 KaleidoscopeJIT(SessionContext &Session) in KaleidoscopeJIT()
1214 static void HandleDefinition(SessionContext &S, KaleidoscopeJIT &J) { in HandleDefinition()
[all …]
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp684 class SessionContext { class
686 SessionContext(LLVMContext &C) in SessionContext() function in SessionContext
701 void SessionContext::addPrototypeAST(std::unique_ptr<PrototypeAST> P) { in addPrototypeAST()
705 PrototypeAST* SessionContext::getPrototypeAST(const std::string &Name) { in getPrototypeAST()
715 IRGenContext(SessionContext &S) in IRGenContext()
723 SessionContext& getSession() { return Session; } in getSession()
732 SessionContext &Session;
1137 static std::unique_ptr<llvm::Module> IRGen(SessionContext &S, in IRGen()
1169 KaleidoscopeJIT(SessionContext &Session) in KaleidoscopeJIT()
1302 SessionContext &Session;
[all …]