Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h220 Module &SrcM = LMResources.SourceModuleOwner->getModule(); in addLogicalModule() local
223 const DataLayout &DL = SrcM.getDataLayout(); in addLogicalModule()
224 auto GVsM = llvm::make_unique<Module>((SrcM.getName() + ".globals").str(), in addLogicalModule()
225 SrcM.getContext()); in addLogicalModule()
232 for (auto &F : SrcM) { in addLogicalModule()
262 for (auto &GV : SrcM.globals()) in addLogicalModule()
267 for (auto &A : SrcM.aliases()) in addLogicalModule()
304 for (auto &GV : SrcM.globals()) in addLogicalModule()
309 for (auto &A : SrcM.aliases()) { in addLogicalModule()
351 Module &SrcM = LMResources.SourceModuleOwner->getModule(); in extractAndCompile() local
[all …]
/external/llvm/lib/Linker/
DLinkModules.cpp29 Module &SrcM; member in __anonc41387ad0111::ModuleLinker
76 SrcM.getContext().diagnose(LinkDiagnosticInfo(DS_Error, Message)); in emitError()
146 ModuleLinker(IRMover &Mover, Module &SrcM, unsigned Flags, in ModuleLinker() argument
150 : Mover(Mover), SrcM(SrcM), Flags(Flags), ImportIndex(Index), in ModuleLinker()
160 HasExportedFunctions = ImportIndex->hasExportedFunctions(SrcM); in ModuleLinker()
404 getComdatLeader(SrcM, ComdatName, SrcGV)) in computeResultingSelectionKind()
408 const DataLayout &SrcDL = SrcM.getDataLayout(); in computeResultingSelectionKind()
670 for (GlobalVariable &GV : SrcM.globals()) in processGlobalsForThinLTO()
672 for (Function &SF : SrcM) in processGlobalsForThinLTO()
674 for (GlobalAlias &GA : SrcM.aliases()) in processGlobalsForThinLTO()
[all …]
DIRMover.cpp377 Module &SrcM; member in __anonba36dcca0211::IRLinker
436 SrcM.getContext().diagnose(LinkDiagnosticInfo(DS_Error, Message)); in emitError()
442 SrcM.getContext().diagnose(LinkDiagnosticInfo(DS_Warning, Message)); in emitWarning()
509 IRLinker(Module &DstM, IRMover::IdentifiedStructTypeSet &Set, Module &SrcM, in IRLinker() argument
514 : DstM(DstM), SrcM(SrcM), AddLazyFor(AddLazyFor), TypeMap(Set), in IRLinker()
767 for (GlobalValue &SGV : SrcM.globals()) { in computeTypeMapping()
783 for (GlobalValue &SGV : SrcM) in computeTypeMapping()
787 for (GlobalValue &SGV : SrcM.aliases()) in computeTypeMapping()
795 std::vector<StructType *> Types = SrcM.getIdentifiedStructTypes(); in computeTypeMapping()
1114 SrcM.getMaterializer()->saveMDValueList(MDValueToValIDMap, true); in linkFunctionBody()
[all …]