HomeSort by relevance Sort by last modified time
    Searched refs:SrcM (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 210 // Bump the linkage and rename any anonymous/privote members in SrcM to
211 // ensure that everything will resolve properly after we partition SrcM.
214 // Create a logical module handle for SrcM within the logical dylib.
220 Module &SrcM = LMResources.SourceModuleOwner->getModule();
223 const DataLayout &DL = SrcM.getDataLayout();
224 auto GVsM = llvm::make_unique<Module>((SrcM.getName() + ".globals").str(),
225 SrcM.getContext());
232 for (auto &F : SrcM) {
262 for (auto &GV : SrcM.globals())
267 for (auto &A : SrcM.aliases()
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 29 Module &SrcM;
76 SrcM.getContext().diagnose(LinkDiagnosticInfo(DS_Error, Message));
146 ModuleLinker(IRMover &Mover, Module &SrcM, unsigned Flags,
150 : Mover(Mover), SrcM(SrcM), Flags(Flags), ImportIndex(Index),
160 HasExportedFunctions = ImportIndex->hasExportedFunctions(SrcM);
404 getComdatLeader(SrcM, ComdatName, SrcGV))
408 const DataLayout &SrcDL = SrcM.getDataLayout();
670 for (GlobalVariable &GV : SrcM.globals())
672 for (Function &SF : SrcM)
    [all...]
IRMover.cpp 374 /// from SrcM to DstM.
377 Module &SrcM;
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,
514 : DstM(DstM), SrcM(SrcM), AddLazyFor(AddLazyFor), TypeMap(Set),
767 for (GlobalValue &SGV : SrcM.globals()) {
783 for (GlobalValue &SGV : SrcM)
787 for (GlobalValue &SGV : SrcM.aliases()
    [all...]

Completed in 160 milliseconds