Home
last modified time | relevance | path

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

/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp689 void addPrototypeAST(std::unique_ptr<PrototypeAST> P);
700 void SessionContext::addPrototypeAST(std::unique_ptr<PrototypeAST> P) { in addPrototypeAST() function in SessionContext
1249 S.addPrototypeAST(llvm::make_unique<PrototypeAST>(*F->Proto)); in HandleDefinition()
1259 S.addPrototypeAST(std::move(P)); in HandleExtern()
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp689 void addPrototypeAST(std::unique_ptr<PrototypeAST> P);
700 void SessionContext::addPrototypeAST(std::unique_ptr<PrototypeAST> P) { in addPrototypeAST() function in SessionContext
1213 S.addPrototypeAST(llvm::make_unique<PrototypeAST>(*F->Proto)); in HandleDefinition()
1224 S.addPrototypeAST(std::move(P)); in HandleExtern()
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp689 void addPrototypeAST(std::unique_ptr<PrototypeAST> P);
700 void SessionContext::addPrototypeAST(std::unique_ptr<PrototypeAST> P) { in addPrototypeAST() function in SessionContext
1217 S.addPrototypeAST(llvm::make_unique<PrototypeAST>(*F->Proto)); in HandleDefinition()
1228 S.addPrototypeAST(std::move(P)); in HandleExtern()
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp690 void addPrototypeAST(std::unique_ptr<PrototypeAST> P);
701 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()