Searched refs:DestModule (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 900 Module &DestModule, const FunctionImporter::ImportMapTy &ImportList) { in importFunctions() argument 902 << DestModule.getModuleIdentifier() << "\n"); in importFunctions() 905 IRMover Mover(DestModule); in importFunctions() 919 assert(&DestModule.getContext() == &SrcModule->getContext() && in importFunctions() 945 MDNode::get(DestModule.getContext(), in importFunctions() 946 {MDString::get(DestModule.getContext(), in importFunctions() 989 MDNode::get(DestModule.getContext(), in importFunctions() 990 {MDString::get(DestModule.getContext(), in importFunctions() 1007 dbgs() << DestModule.getSourceFileName() << ": Import " << GV->getName() in importFunctions() 1025 << DestModule.getModuleIdentifier() << "\n"); in importFunctions() [all …]
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 565 Module &DestModule, const FunctionImporter::ImportMapTy &ImportList, in importFunctions() argument 568 << DestModule.getModuleIdentifier() << "\n"); in importFunctions() 572 Linker TheLinker(DestModule); in importFunctions() 583 assert(&DestModule.getContext() == &SrcModule->getContext() && in importFunctions() 609 DestModule.getContext(), in importFunctions() 610 {llvm::MDString::get(DestModule.getContext(), in importFunctions() 664 dbgs() << DestModule.getSourceFileName() << ": Import " << GV->getName() in importFunctions() 682 << DestModule.getModuleIdentifier() << "\n"); in importFunctions()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 212 static bool importFunctions(const char *argv0, Module &DestModule) { in importFunctions() argument 221 auto ModuleLoader = [&DestModule](const char *argv0, in importFunctions() 223 return loadFile(argv0, Identifier, DestModule.getContext(), false); in importFunctions() 271 ExitOnErr(Importer.importFunctions(DestModule, ImportList)); in importFunctions()
|
/external/swiftshader/third_party/LLVM/ |
D | Makefile.rules | 1087 DestModule := $(ModuleDestDir)/$(MODULE_NAME).bc 1089 install-module:: $(DestModule) 1090 install-local:: $(DestModule) 1092 $(DestModule): $(ModuleDestDir) $(Module) 1093 $(Echo) Installing $(BuildMode) Bytecode Module $(DestModule) 1094 $(Verb) $(DataInstall) $(Module) $(DestModule) 1097 $(Echo) Uninstalling $(BuildMode) Bytecode Module $(DestModule) 1098 -$(Verb) $(RM) -f $(DestModule)
|