Home
last modified time | relevance | path

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

/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp690 PrototypeAST* getPrototypeAST(const std::string &Name);
704 PrototypeAST* SessionContext::getPrototypeAST(const std::string &Name) { in getPrototypeAST() function in SessionContext
739 if (PrototypeAST *ProtoAST = Session.getPrototypeAST(Name)) in getPrototype()
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp690 PrototypeAST* getPrototypeAST(const std::string &Name);
704 PrototypeAST* SessionContext::getPrototypeAST(const std::string &Name) { in getPrototypeAST() function in SessionContext
739 if (PrototypeAST *ProtoAST = Session.getPrototypeAST(Name)) in getPrototype()
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp690 PrototypeAST* getPrototypeAST(const std::string &Name);
704 PrototypeAST* SessionContext::getPrototypeAST(const std::string &Name) { in getPrototypeAST() function in SessionContext
739 if (PrototypeAST *ProtoAST = Session.getPrototypeAST(Name)) in getPrototype()
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp691 PrototypeAST* getPrototypeAST(const std::string &Name);
705 PrototypeAST* SessionContext::getPrototypeAST(const std::string &Name) { in getPrototypeAST() function in SessionContext
740 if (PrototypeAST *ProtoAST = Session.getPrototypeAST(Name)) in getPrototype()