Home
last modified time | relevance | path

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

/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp725 std::unique_ptr<Module> takeM() { return std::move(M); } in takeM() function in IRGenContext
1147 return C.takeM(); in IRGen()
1279 auto H = addModule(C.takeM()); in irGenStub()
1344 auto H = J.addModule(C.takeM()); in HandleTopLevelExpression()
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp724 std::unique_ptr<Module> takeM() { return std::move(M); } in takeM() function in IRGenContext
1146 return C.takeM(); in IRGen()
1277 auto H = J.addModule(C.takeM()); in HandleTopLevelExpression()
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp724 std::unique_ptr<Module> takeM() { return std::move(M); } in takeM() function in IRGenContext
1146 return C.takeM(); in IRGen()
1242 auto H = J.addModule(C.takeM()); in HandleTopLevelExpression()
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp724 std::unique_ptr<Module> takeM() { return std::move(M); } in takeM() function in IRGenContext
1146 return C.takeM(); in IRGen()
1246 auto H = J.addModule(C.takeM()); in HandleTopLevelExpression()