/llvm-project/llvm/examples/OrcV2Examples/LLJITWithObjectCache/ |
H A D | LLJITWithObjectCache.cpp | 30 CachedObjects[M->getModuleIdentifier()] = MemoryBuffer::getMemBufferCopy( in notifyObjectCompiled() 35 auto I = CachedObjects.find(M->getModuleIdentifier()); in getObject() 37 dbgs() << "No object for " << M->getModuleIdentifier() in getObject() 42 dbgs() << "Object for " << M->getModuleIdentifier() in getObject()
|
/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/ |
H A D | MCJITObjectCacheTest.cpp | 29 const std::string ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() 38 ModulesLookedUp.insert(M->getModuleIdentifier()); in getObject() 50 return ModulesLookedUp.contains(M->getModuleIdentifier()); in wasModuleLookedUp() 55 const std::string ModuleID = M->getModuleIdentifier(); in getObjectInternal()
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | FunctionImportUtils.cpp | 78 VI, SGV->getParent()->getModuleIdentifier()); in shouldPromoteLocalToGlobal() 122 ImportIndex.getModuleHash(SGV->getParent()->getModuleIdentifier())); in getPromotedName() 252 ImportIndex.findSummaryInModule(VI, M.getModuleIdentifier())); in processGlobalForThinLTO()
|
H A D | MetaRenamer.cpp | 137 for (auto C : M.getModuleIdentifier()) in MetaRename()
|
H A D | CloneModule.cpp | 59 std::make_unique<Module>(M.getModuleIdentifier(), M.getContext()); in CloneModule()
|
H A D | SymbolRewriter.cpp | 185 M.getModuleIdentifier() + ": " + Error); in performOnModule()
|
/llvm-project/llvm/lib/Linker/ |
H A D | IRMover.cpp | 1220 SrcM->getModuleIdentifier() + 1223 DstM.getModuleIdentifier() + "' is not\n"); in linkNamedMDNodes() 1329 SrcM->getModuleIdentifier() + "' and '" + in linkModuleFlagsMetadata() 1330 DstM.getModuleIdentifier() + "'"); in linkModuleFlagsMetadata() 1351 SrcM->getModuleIdentifier() + "' and '" + in linkModuleFlagsMetadata() 1352 DstM.getModuleIdentifier() + "'"); in linkModuleFlagsMetadata() 1379 << "' from " << SrcM->getModuleIdentifier() << " with '" in linkModuleFlagsMetadata() 1380 << *DstOp->getOperand(2) << "' from " << DstM.getModuleIdentifier() in linkModuleFlagsMetadata() 1435 << "' from " << SrcM->getModuleIdentifier() << ", and '" in linkModuleFlagsMetadata() 1436 << *DstOp->getOperand(2) << "' from " + DstM.getModuleIdentifier(); in linkModuleFlagsMetadata() [all...] |
/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 584 return Mods[0].getModuleIdentifier(); in getSingleBitcodeModule() 1043 ThinLTO.PrevailingModuleForGUID[GUID] = BM.getModuleIdentifier(); in addThinLTO() 1048 BM.readSummary(ThinLTO.CombinedIndex, BM.getModuleIdentifier(), in addThinLTO() 1051 BM.getModuleIdentifier(); in addThinLTO() 1054 LLVM_DEBUG(dbgs() << "Module " << BM.getModuleIdentifier() << "\n"); in addThinLTO() 1065 BM.getModuleIdentifier()); in addThinLTO() 1073 GUID, BM.getModuleIdentifier())) in addThinLTO() 1081 GUID, BM.getModuleIdentifier())) { in addThinLTO() 1088 if (!ThinLTO.ModuleMap.insert({BM.getModuleIdentifier(), BM}).second) in getMaxTasks() 1099 if (BM.getModuleIdentifier() in checkPartiallySplit() [all...] |
H A D | ThinLTOCodeGenerator.cpp | 201 SMDiagnostic Err = SMDiagnostic(Mod.getModuleIdentifier(), in loadModuleFromInput() 227 SMDiagnostic Err = SMDiagnostic(TheModule.getModuleIdentifier(), in crossImportIntoModule() 672 auto ModuleIdentifier = TheModule.getModuleIdentifier(); 750 auto &ImportList = ImportLists[TheModule.getModuleIdentifier()]; in crossModuleImport() 765 auto ModuleIdentifier = TheModule.getModuleIdentifier(); 803 auto ModuleIdentifier = TheModule.getModuleIdentifier(); 853 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in internalize()
|
H A D | LTOBackend.cpp | 116 if (M.getModuleIdentifier() == "ld-temp.o" || !UseInputModulePath) { in addSaveTemps() 121 PathPrefix = M.getModuleIdentifier() + "."; in addSaveTemps() 431 AddStream(Task, Mod.getModuleIdentifier()); in splitCodeGen() 761 if (Summary->modulePath() == M.getModuleIdentifier())
|
/llvm-project/mlir/lib/ExecutionEngine/ |
H A D | ExecutionEngine.cpp | 67 cachedObjects[m->getModuleIdentifier()] = MemoryBuffer::getMemBufferCopy( in notifyObjectCompiled() 72 auto i = cachedObjects.find(m->getModuleIdentifier()); in getObject() 74 LLVM_DEBUG(dbgs() << "No object for " << m->getModuleIdentifier() in getObject() 78 LLVM_DEBUG(dbgs() << "Object for " << m->getModuleIdentifier() in getObject()
|
/llvm-project/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceModuleData.cpp | 20 if (!Program.getModuleIdentifier().empty() && !O.shouldKeep()) in clearModuleData()
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | Layer.cpp | 93 << "$." << M.getModuleIdentifier() << ".__inits." << Counter++; in IRMaterializationUnit() 111 [](const Module &M) -> StringRef { return M.getModuleIdentifier(); }); in getName()
|
H A D | CompileUtils.cpp | 54 std::move(ObjBufferSV), M.getModuleIdentifier() + "-jitted-objectbuffer", in operator ()()
|
H A D | CompileOnDemandLayer.cpp |
|
/llvm-project/llvm/lib/IR/ |
H A D | DiagnosticPrinter.cpp | 110 Stream << M.getModuleIdentifier();
|
H A D | LegacyPassManager.cpp | 216 OS << " on module '" << M->getModuleIdentifier() << "'.\n"; in print() 1508 dumpPassInfo(MP, EXECUTION_MSG, ON_MODULE_MSG, M.getModuleIdentifier()); 1544 M.getModuleIdentifier()); in runOnModule() 1552 removeDeadPasses(MP, M.getModuleIdentifier(), ON_MODULE_MSG); in runOnModule()
|
H A D | DiagnosticInfo.cpp | 121 DP << "ignoring invalid debug info in " << getModule().getModuleIdentifier(); in DiagnosticLocation()
|
/llvm-project/llvm/lib/Analysis/ |
H A D | CallPrinter.cpp | 149 std::string(CGInfo->getModule()->getModuleIdentifier()); in getGraphName() 228 Filename = (std::string(M.getModuleIdentifier()) + ".callgraph.dot"); in doCallGraphDOTPrinting()
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 1821 << DestModule.getModuleIdentifier() << "\n"); in importFunctions() 1869 SrcModule->getModuleIdentifier())})); in importFunctions() 1931 SrcModule->getModuleIdentifier())})); in doImportingForModuleForTest() 1981 << DestModule.getModuleIdentifier() << "\n"); 1984 << DestModule.getModuleIdentifier() << "\n"); 2009 ComputeCrossModuleImportForModuleFromIndexForTest(M.getModuleIdentifier(), 2012 ComputeCrossModuleImportForModuleForTest(M.getModuleIdentifier(),
|
/llvm-project/llvm/tools/lli/ |
H A D | lli.cpp | 314 const std::string &ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() 330 const std::string &ModuleID = M->getModuleIdentifier(); in getObject() 816 raw_fd_ostream Out(M.getModuleIdentifier() + ".ll", EC, in createIRDebugDumper() 819 errs() << "Couldn't open " << M.getModuleIdentifier() in createIRDebugDumper() 892 M->setModuleIdentifier("file:" + M->getModuleIdentifier()); in loadModule()
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | OcamlGCPrinter.cpp | 52 const std::string &MId = M.getModuleIdentifier(); in EmitCamlGlobal()
|
/llvm-project/llvm/include/llvm/Bitcode/ |
H A D | BitcodeReader.h | 136 StringRef getModuleIdentifier() const { return ModuleIdentifier; } in getModuleIdentifier() function
|
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/ |
H A D | toy.cpp | 685 const std::string ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() 707 const std::string ModuleID = M->getModuleIdentifier(); in getObject() 911 const std::string ModuleID = M->getModuleIdentifier(); in compileModule()
|
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/ |
H A D | toy.cpp | 704 const std::string ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() 726 const std::string ModuleID = M->getModuleIdentifier(); in getObject() 952 const std::string ModuleID = M->getModuleIdentifier(); in compileModule()
|