Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp593 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
594 if (auto *FnIR = ProtoAST->codegen()) { in HandleExtern()
598 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp867 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
868 if (auto *FnIR = ProtoAST->codegen()) { in HandleExtern()
872 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp986 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
987 if (auto *FnIR = ProtoAST->codegen()) { in HandleExtern()
991 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp1132 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
1133 if (auto *FnIR = ProtoAST->codegen()) { in HandleExtern()
1137 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp1132 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
1133 if (auto *FnIR = ProtoAST->codegen()) { in HandleExtern()
1137 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp1130 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
1131 if (auto *FnIR = ProtoAST->codegen()) { in HandleExtern()
1135 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp1133 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
1134 if (auto *FnIR = ProtoAST->codegen()) { in HandleExtern()
1138 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp1132 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
1133 if (auto *FnIR = ProtoAST->codegen()) { in HandleExtern()
1137 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp1157 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
1158 if (auto *FnIR = ProtoAST->codegen()) { in HandleExtern()
1162 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp544 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
545 if (auto *FnIR = ProtoAST->codegen()) { in HandleExtern()
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp1343 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
1344 if (!ProtoAST->codegen()) in HandleExtern()
1347 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
/netbsd/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl04.rst508 if (auto ProtoAST = ParseExtern()) {
509 if (auto *FnIR = ProtoAST->codegen()) {
513 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST);