Home
last modified time | relevance | path

Searched defs:SrcM (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp32 std::unique_ptr<Module> SrcM; member in __anona925769d0111::ModuleLinker
110 ModuleLinker(IRMover &Mover, std::unique_ptr<Module> SrcM, unsigned Flags, in ModuleLinker() argument
[all...]
H A DIRMover.cpp389 std::unique_ptr<Module> SrcM; global() member in __anon3b46d3ba0211::IRLinker
540 IRLinker(Module & DstM,MDMapT & SharedMDs,IRMover::IdentifiedStructTypeSet & Set,std::unique_ptr<Module> SrcM,ArrayRef<GlobalValue * > ValuesToLink,IRMover::LazyCallback AddLazyFor,bool IsPerformingImport) IRLinker() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp244 static void cloneUsedGlobalVariables(const Module &SrcM, Module &DestM, in cloneUsedGlobalVariables() argument