Home
last modified time | relevance | path

Searched defs:takeModule (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp84 std::unique_ptr<llvm::Module> takeModule() { in takeModule() function in clang::BackendConsumer
685 std::unique_ptr<llvm::Module> CodeGenAction::takeModule() { in takeModule() function in CodeGenAction
/aosp_15_r20/external/llvm/unittests/ExecutionEngine/Orc/
H A DOrcTestCommon.h77 std::unique_ptr<Module> takeModule() { return std::move(M); } in takeModule() function
/aosp_15_r20/external/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h118 std::unique_ptr<Module> takeModule() { return IRFile->takeModule(); } in takeModule() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/LTO/legacy/
DLTOModule.h118 std::unique_ptr<Module> takeModule() { return std::move(Mod); } in takeModule() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/LTO/legacy/
DLTOModule.h118 std::unique_ptr<Module> takeModule() { return std::move(Mod); } in takeModule() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h118 std::unique_ptr<Module> takeModule() { return std::move(Mod); } in takeModule() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/LTO/legacy/
DLTOModule.h118 std::unique_ptr<Module> takeModule() { return std::move(Mod); } in takeModule() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/LTO/legacy/
DLTOModule.h118 std::unique_ptr<Module> takeModule() { return std::move(Mod); } in takeModule() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h120 std::unique_ptr<Module> takeModule() { return std::move(Mod); } in takeModule() function
/aosp_15_r20/external/llvm/tools/llvm-link/
H A Dllvm-link.cpp155 std::unique_ptr<Module> takeModule(const std::string &FileName) { in takeModule() function in __anon01e8c69d0111::ModuleLazyLoaderCache
/aosp_15_r20/external/llvm/lib/Object/
H A DIRObjectFile.cpp261 std::unique_ptr<Module> IRObjectFile::takeModule() { return std::move(M); } in takeModule() function in IRObjectFile