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.cpp724 std::unique_ptr<Module> takeM() { return std::move(M); } in takeM() function in IRGenContext
1145 return C.takeM(); in IRGen()
1274 auto StubH = addModule(C.takeM()); in irGenStub()
1344 auto H = J.addModule(C.takeM()); in HandleTopLevelExpression()
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp723 std::unique_ptr<Module> takeM() { return std::move(M); } in takeM() function in IRGenContext
1144 return C.takeM(); in IRGen()
1243 auto H = J.addModule(C.takeM()); in HandleTopLevelExpression()
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp723 std::unique_ptr<Module> takeM() { return std::move(M); } in takeM() function in IRGenContext
1144 return C.takeM(); in IRGen()
1274 auto H = J.addModule(C.takeM()); in HandleTopLevelExpression()
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp723 std::unique_ptr<Module> takeM() { return std::move(M); } in takeM() function in IRGenContext
1144 return C.takeM(); in IRGen()
1239 auto H = J.addModule(C.takeM()); in HandleTopLevelExpression()