Searched defs:SrcM (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Linker/ |
H A D | LinkModules.cpp | 32 std::unique_ptr<Module> SrcM; member in __anon13798f3e0111::ModuleLinker 110 ModuleLinker(IRMover &Mover, std::unique_ptr<Module> SrcM, unsigned Flags, in ModuleLinker()
|
H A D | IRMover.cpp | 390 std::unique_ptr<Module> SrcM; global() member in __anon194dc3db0211::IRLinker 541 IRLinker(Module & DstM,MDMapT & SharedMDs,IRMover::IdentifiedStructTypeSet & Set,std::unique_ptr<Module> SrcM,ArrayRef<GlobalValue * > ValuesToLink,IRMover::LazyCallback AddLazyFor,bool IsPerformingImport) IRLinker() argument [all...] |
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ThinLTOBitcodeWriter.cpp | 244 static void cloneUsedGlobalVariables(const Module &SrcM, Module &DestM, in cloneUsedGlobalVariables() argument
|