| /freebsd/contrib/llvm-project/llvm/lib/CGData/ |
| H A D | CodeGenData.cpp | 224 LLVM_DEBUG(dbgs() << "Saving module: " << TheModule.getModuleIdentifier() in saveModuleForTwoRounds() 227 AddStream(Task, TheModule.getModuleIdentifier()); in saveModuleForTwoRounds() 243 LLVM_DEBUG(dbgs() << "Loading module: " << OrigModule.getModuleIdentifier() in loadModuleForTwoRounds() 254 (*RestoredModule)->setModuleIdentifier(OrigModule.getModuleIdentifier()); in loadModuleForTwoRounds()
|
| /freebsd/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 1123 SrcM->getModuleIdentifier() + in linkNamedMDNodes() 1126 DstM.getModuleIdentifier() + "' is not\n"); in linkNamedMDNodes() 1233 SrcM->getModuleIdentifier() + "' and '" + in linkModuleFlagsMetadata() 1234 DstM.getModuleIdentifier() + "'"); in linkModuleFlagsMetadata() 1255 SrcM->getModuleIdentifier() + "' and '" + in linkModuleFlagsMetadata() 1256 DstM.getModuleIdentifier() + "'"); in linkModuleFlagsMetadata() 1283 << "' from " << SrcM->getModuleIdentifier() << " with '" in linkModuleFlagsMetadata() 1284 << *DstOp->getOperand(2) << "' from " << DstM.getModuleIdentifier() in linkModuleFlagsMetadata() 1339 << "' from " << SrcM->getModuleIdentifier() << ", and '" in linkModuleFlagsMetadata() 1340 << *DstOp->getOperand(2) << "' from " + DstM.getModuleIdentifier(); in linkModuleFlagsMetadata() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | FunctionImportUtils.cpp | 110 VI, SGV->getParent()->getModuleIdentifier()); in shouldPromoteLocalToGlobal() 154 ImportIndex.getModuleHash(SGV->getParent()->getModuleIdentifier())); in getPromotedName() 286 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 | 60 std::make_unique<Module>(M.getModuleIdentifier(), M.getContext()); in CloneModule()
|
| H A D | SymbolRewriter.cpp | 185 M.getModuleIdentifier() + ": " + Error); in performOnModule()
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 590 return Mods[0].getModuleIdentifier(); in getName() 1048 ThinLTO.PrevailingModuleForGUID[GUID] = BM.getModuleIdentifier(); in addThinLTO() 1053 BM.readSummary(ThinLTO.CombinedIndex, BM.getModuleIdentifier(), in addThinLTO() 1056 BM.getModuleIdentifier(); in addThinLTO() 1059 LLVM_DEBUG(dbgs() << "Module " << BM.getModuleIdentifier() << "\n"); in addThinLTO() 1071 BM.getModuleIdentifier()); in addThinLTO() 1079 GUID, BM.getModuleIdentifier())) in addThinLTO() 1087 GUID, BM.getModuleIdentifier())) { in addThinLTO() 1094 if (!ThinLTO.ModuleMap.insert({BM.getModuleIdentifier(), BM}).second) in addThinLTO() 1105 if (BM.getModuleIdentifier().contains(Name)) { in addThinLTO() [all …]
|
| H A D | ThinLTOCodeGenerator.cpp | 197 SMDiagnostic Err = SMDiagnostic(Mod.getModuleIdentifier(), in loadModuleFromInput() 223 SMDiagnostic Err = SMDiagnostic(TheModule.getModuleIdentifier(), in crossImportIntoModule() 669 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in promote() 747 auto &ImportList = ImportLists[TheModule.getModuleIdentifier()]; in crossModuleImport() 762 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in gatherImportedSummariesForModule() 800 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in emitImports() 850 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in internalize()
|
| H A D | LTOBackend.cpp | 114 if (M.getModuleIdentifier() == "ld-temp.o" || !UseInputModulePath) { in addSaveTemps() 119 PathPrefix = M.getModuleIdentifier() + "."; in addSaveTemps() 434 AddStream(Task, Mod.getModuleIdentifier()); in codegen() 773 if (Summary->modulePath() == M.getModuleIdentifier()) in initImportList()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | Layer.cpp | 94 << "$." << M.getModuleIdentifier() << ".__inits." << Counter++; in IRMaterializationUnit() 112 [](const Module &M) -> StringRef { return M.getModuleIdentifier(); }); in getName()
|
| H A D | ThreadSafeModule.cpp | 30 ModuleName = M.getModuleIdentifier(); in cloneToContext()
|
| H A D | CompileUtils.cpp | 57 std::move(ObjBufferSV), M.getModuleIdentifier() + "-jitted-objectbuffer", in operator ()()
|
| H A D | IRPartitionLayer.cpp | 59 M.setModuleIdentifier((M.getModuleIdentifier() + Suffix).str()); in extractSubModule()
|
| H A D | LLJIT.cpp | 524 << InitFunctionPrefix << M.getModuleIdentifier(); in operator ()() 527 << DeInitFunctionPrefix << M.getModuleIdentifier(); in operator ()()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DiagnosticPrinter.cpp | 110 Stream << M.getModuleIdentifier(); in operator <<()
|
| H A D | LegacyPassManager.cpp | 213 OS << " on module '" << M->getModuleIdentifier() << "'.\n"; in print() 1500 dumpPassInfo(MP, EXECUTION_MSG, ON_MODULE_MSG, M.getModuleIdentifier()); in runOnModule() 1536 M.getModuleIdentifier()); in runOnModule() 1544 removeDeadPasses(MP, M.getModuleIdentifier(), ON_MODULE_MSG); in runOnModule()
|
| H A D | DiagnosticInfo.cpp | 122 DP << "ignoring invalid debug info in " << getModule().getModuleIdentifier(); in print()
|
| /freebsd/contrib/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()
|
| H A D | LazyCallGraph.cpp | 158 LLVM_DEBUG(dbgs() << "Building CG for module: " << M.getModuleIdentifier() in LazyCallGraph() 2029 OS << "Printing the call graph for module: " << M.getModuleIdentifier() in run() 2064 OS << "digraph \"" << DOT::EscapeString(M.getModuleIdentifier()) << "\" {\n"; in run()
|
| /freebsd/contrib/llvm-project/llvm/tools/lli/ |
| H A D | lli.cpp | 315 const std::string &ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() 331 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() 893 M->setModuleIdentifier("file:" + M->getModuleIdentifier()); in loadModule()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 1872 << DestModule.getModuleIdentifier() << "\n"); in importFunctions() 1929 SrcModule->getModuleIdentifier())})); in importFunctions() 1991 SrcModule->getModuleIdentifier())})); in importFunctions() 2041 << DestModule.getModuleIdentifier() << "\n"); in importFunctions() 2044 << DestModule.getModuleIdentifier() << "\n"); in importFunctions() 2069 ComputeCrossModuleImportForModuleFromIndexForTest(M.getModuleIdentifier(), in doImportingForModuleForTest() 2072 ComputeCrossModuleImportForModuleForTest(M.getModuleIdentifier(), in doImportingForModuleForTest()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | OcamlGCPrinter.cpp | 52 const std::string &MId = M.getModuleIdentifier(); in EmitCamlGlobal()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeReader.h | 138 StringRef getModuleIdentifier() const { return ModuleIdentifier; } in getModuleIdentifier() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | GlobalMergeFunctions.cpp | 161 M.getModuleIdentifier(), FI.IndexInstruction->size(), in analyze()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Module.h | 252 const std::string &getModuleIdentifier() const { return ModuleID; } in getModuleIdentifier() function
|