Home
last modified time | relevance | path

Searched refs:linkInModule (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/llvm/tools/llvm-link/
H A Dllvm-link.cpp283 if (L.linkInModule(std::move(SrcModule), Flags, &GlobalsToImport)) in importFunctions()
330 if (L.linkInModule(std::move(M), ApplicableFlags)) in linkFiles()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Linker/
DLinker.h44 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Linker/
DLinker.h44 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Linker/
H A DLinker.h44 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
/aosp_15_r20/external/llvm/include/llvm/Linker/
H A DLinker.h49 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Linker/
DLinker.h44 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Linker/
DLinker.h44 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Linker/
H A DLinker.h46 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Linker/
H A DLinkModules.cpp602 bool Linker::linkInModule( in linkInModule() function in Linker
623 return L.linkInModule(std::move(Src), Flags, std::move(InternalizeCallback)); in linkModules()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
H A DLinkModules.cpp574 bool Linker::linkInModule( in linkInModule() function in Linker
595 return L.linkInModule(std::move(Src), Flags, std::move(InternalizeCallback)); in linkModules()
/aosp_15_r20/external/llvm/lib/Linker/
H A DLinkModules.cpp604 bool Linker::linkInModule(std::unique_ptr<Module> Src, unsigned Flags, in linkInModule() function in Linker
622 return L.linkInModule(std::move(Src), Flags); in linkModules()
/aosp_15_r20/external/llvm/tools/gold/
H A Dgold-plugin.cpp1140 static void linkInModule(LLVMContext &Context, IRMover &L, claimed_file &F, in linkInModule() function
1198 linkInModule(Context, L, F, View, Name, ApiFile, Dummy, true); in thinLTOBackendTask()
1491 linkInModule(Context, L, F, View, F.name, ApiFile, Internalize); in allSymbolsReadHook()
/aosp_15_r20/frameworks/compile/libbcc/lib/
DRSCompilerDriver.cpp345 if (linker.linkInModule(std::move(sourceModule))) { in buildScriptGroup()
/aosp_15_r20/external/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp137 bool ret = TheLinker->linkInModule(Mod->takeModule()); in addModule()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/llvm/
H A Dinvocation.cpp535 if (linker->linkInModule(parse_module_library(b, ctx, r_log)))
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp161 bool ret = TheLinker->linkInModule(Mod->takeModule()); in addModule()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp159 bool ret = TheLinker->linkInModule(Mod->takeModule()); in addModule()
/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp673 if (TheLinker.linkInModule(std::move(SrcModule), Flags, &GlobalsToImport)) in importFunctions()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
H A Dgpu_backend_lib.cc301 if (linker.linkInModule( in LinkWithBitcodeVector()