Home
last modified time | relevance | path

Searched refs:ProtoAST (Results 1 – 11 of 11) sorted by relevance

/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp564 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
565 if (auto *FnIR = ProtoAST->codegen()) { in HandleExtern()
568 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp838 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
839 if (auto *FnIR = ProtoAST->codegen()) { in HandleExtern()
842 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp956 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
957 if (auto *FnIR = ProtoAST->codegen()) { in HandleExtern()
960 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp1122 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
1123 if (auto *FnIR = ProtoAST->codegen()) { in HandleExtern()
1126 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
/external/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp516 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
517 if (auto *FnIR = ProtoAST->codegen()) { in HandleExtern()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp1337 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
1338 if (!ProtoAST->codegen()) in HandleExtern()
1341 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
/external/llvm/docs/tutorial/
DLangImpl4.rst471 if (auto ProtoAST = ParseExtern()) {
472 if (auto *FnIR = ProtoAST->codegen()) {
475 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST);
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp738 if (PrototypeAST *ProtoAST = Session.getPrototypeAST(Name)) in getPrototype() local
739 return ProtoAST->IRGen(*this); in getPrototype()
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp738 if (PrototypeAST *ProtoAST = Session.getPrototypeAST(Name)) in getPrototype() local
739 return ProtoAST->IRGen(*this); in getPrototype()
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp738 if (PrototypeAST *ProtoAST = Session.getPrototypeAST(Name)) in getPrototype() local
739 return ProtoAST->IRGen(*this); in getPrototype()
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp739 if (PrototypeAST *ProtoAST = Session.getPrototypeAST(Name)) in getPrototype() local
740 return ProtoAST->IRGen(*this); in getPrototype()