Home
last modified time | relevance | path

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

/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp739 if (PrototypeAST *ProtoAST = Session.getPrototypeAST(Name)) in getPrototype() local
740 return ProtoAST->IRGen(*this); in getPrototype()
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp739 if (PrototypeAST *ProtoAST = Session.getPrototypeAST(Name)) in getPrototype() local
740 return ProtoAST->IRGen(*this); in getPrototype()
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp739 if (PrototypeAST *ProtoAST = Session.getPrototypeAST(Name)) in getPrototype() local
740 return ProtoAST->IRGen(*this); in getPrototype()
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp740 if (PrototypeAST *ProtoAST = Session.getPrototypeAST(Name)) in getPrototype() local
741 return ProtoAST->IRGen(*this); in getPrototype()