Home
last modified time | relevance | path

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

/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp688 void addPrototypeAST(std::unique_ptr<PrototypeAST> P);
699 void SessionContext::addPrototypeAST(std::unique_ptr<PrototypeAST> P) { in addPrototypeAST() function in SessionContext
1214 S.addPrototypeAST(llvm::make_unique<PrototypeAST>(*F->Proto)); in HandleDefinition()
1225 S.addPrototypeAST(std::move(P)); in HandleExtern()
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp688 void addPrototypeAST(std::unique_ptr<PrototypeAST> P);
699 void SessionContext::addPrototypeAST(std::unique_ptr<PrototypeAST> P) { in addPrototypeAST() function in SessionContext
1246 S.addPrototypeAST(llvm::make_unique<PrototypeAST>(*F->Proto)); in HandleDefinition()
1256 S.addPrototypeAST(std::move(P)); in HandleExtern()
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp688 void addPrototypeAST(std::unique_ptr<PrototypeAST> P);
699 void SessionContext::addPrototypeAST(std::unique_ptr<PrototypeAST> P) { in addPrototypeAST() function in SessionContext
1210 S.addPrototypeAST(llvm::make_unique<PrototypeAST>(*F->Proto)); in HandleDefinition()
1221 S.addPrototypeAST(std::move(P)); in HandleExtern()
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp689 void addPrototypeAST(std::unique_ptr<PrototypeAST> P);
700 void SessionContext::addPrototypeAST(std::unique_ptr<PrototypeAST> P) { in addPrototypeAST() function in SessionContext
1316 S.addPrototypeAST(llvm::make_unique<PrototypeAST>(*F->Proto)); in HandleDefinition()
1326 S.addPrototypeAST(std::move(P)); in HandleExtern()