Searched refs:SrcM (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h247 // Bump the linkage and rename any anonymous/privote members in SrcM to
248 // ensure that everything will resolve properly after we partition SrcM.
251 // Create a logical module handle for SrcM within the logical dylib.
257 Module &SrcM = LMResources.SourceModule->getResource(); local
260 const DataLayout &DL = SrcM.getDataLayout();
261 auto GVsM = llvm::make_unique<Module>((SrcM.getName() + ".globals").str(),
262 SrcM.getContext());
269 for (auto &F : SrcM) {
299 for (auto &GV : SrcM.globals())
304 for (auto &A : SrcM
385 Module &SrcM = LMResources.SourceModule->getResource(); local
423 Module &SrcM = LMResources.SourceModule->getResource(); local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Linker/
H A DLinkModules.cpp29 Module &SrcM; member in class:__anon2608::ModuleLinker
73 SrcM.getContext().diagnose(LinkDiagnosticInfo(DS_Error, Message));
125 ModuleLinker(IRMover &Mover, Module &SrcM, unsigned Flags, argument
129 : Mover(Mover), SrcM(SrcM), Flags(Flags), ImportIndex(Index),
139 HasExportedFunctions = ImportIndex->hasExportedFunctions(SrcM);
469 getComdatLeader(SrcM, ComdatName, SrcGV))
473 const DataLayout &SrcDL = SrcM.getDataLayout();
749 for (const auto &SMEC : SrcM.getComdatSymbolTable()) {
760 for (GlobalVariable &GV : SrcM
[all...]
H A DIRMover.cpp374 /// from SrcM to DstM.
377 Module &SrcM; member in class:__anon2607::IRLinker
436 SrcM.getContext().diagnose(LinkDiagnosticInfo(DS_Error, Message));
442 SrcM.getContext().diagnose(LinkDiagnosticInfo(DS_Warning, Message));
509 IRLinker(Module &DstM, IRMover::IdentifiedStructTypeSet &Set, Module &SrcM, argument
514 : DstM(DstM), SrcM(SrcM), AddLazyFor(AddLazyFor), TypeMap(Set),
794 for (GlobalValue &SGV : SrcM.globals()) {
810 for (GlobalValue &SGV : SrcM)
814 for (GlobalValue &SGV : SrcM
[all...]

Completed in 85 milliseconds