Home
last modified time | relevance | path

Searched refs:getModuleIdentifier (Results 1 – 25 of 39) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp78 VI, SGV->getParent()->getModuleIdentifier()); in shouldPromoteLocalToGlobal()
122 ImportIndex.getModuleHash(SGV->getParent()->getModuleIdentifier())); in getPromotedName()
231 if (FS->modulePath() == M.getModuleIdentifier()) { in processGlobalForThinLTO()
268 ImportIndex.findSummaryInModule(VI, M.getModuleIdentifier())); in processGlobalForThinLTO()
H A DMetaRenamer.cpp137 for (auto C : M.getModuleIdentifier()) in MetaRename()
H A DCloneModule.cpp59 std::make_unique<Module>(M.getModuleIdentifier(), M.getContext()); in CloneModule()
H A DSymbolRewriter.cpp185 M.getModuleIdentifier() + ": " + Error); in performOnModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1230 SrcM->getModuleIdentifier() + in linkNamedMDNodes()
1233 DstM.getModuleIdentifier() + "' is not\n"); in linkNamedMDNodes()
1339 SrcM->getModuleIdentifier() + "' and '" + in linkModuleFlagsMetadata()
1340 DstM.getModuleIdentifier() + "'"); in linkModuleFlagsMetadata()
1361 SrcM->getModuleIdentifier() + "' and '" + in linkModuleFlagsMetadata()
1362 DstM.getModuleIdentifier() + "'"); in linkModuleFlagsMetadata()
1445 DstM.getModuleIdentifier() + "'"); in linkModuleFlagsMetadata()
1569 std::string ModuleId = SrcM->getModuleIdentifier(); in run()
1589 SrcM->getModuleIdentifier() + "' is '" + in run()
1591 DstM.getModuleIdentifier() + "' is '" + in run()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp570 return Mods[0].getModuleIdentifier(); in getName()
1016 BM.getModuleIdentifier(); in addThinLTO()
1019 LLVM_DEBUG(dbgs() << "Module " << BM.getModuleIdentifier() << "\n"); in addThinLTO()
1030 BM.getModuleIdentifier()); in addThinLTO()
1038 GUID, BM.getModuleIdentifier())) in addThinLTO()
1046 GUID, BM.getModuleIdentifier())) { in addThinLTO()
1053 if (!ThinLTO.ModuleMap.insert({BM.getModuleIdentifier(), BM}).second) in addThinLTO()
1064 if (BM.getModuleIdentifier().contains(Name)) { in addThinLTO()
1460 auto ModuleID = BM.getModuleIdentifier(); in runThinLTOBackendThread()
1495 StringRef ModulePath = BM.getModuleIdentifier(); in start()
[all …]
H A DThinLTOCodeGenerator.cpp203 SMDiagnostic Err = SMDiagnostic(Mod.getModuleIdentifier(), in loadModuleFromInput()
229 SMDiagnostic Err = SMDiagnostic(TheModule.getModuleIdentifier(), in crossImportIntoModule()
687 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in promote()
765 auto &ImportList = ImportLists[TheModule.getModuleIdentifier()]; in crossModuleImport()
780 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in gatherImportedSummariesForModule()
818 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in emitImports()
865 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in internalize()
H A DLTOBackend.cpp115 if (M.getModuleIdentifier() == "ld-temp.o" || !UseInputModulePath) { in addSaveTemps()
120 PathPrefix = M.getModuleIdentifier() + "."; in addSaveTemps()
405 AddStream(Task, Mod.getModuleIdentifier()); in codegen()
714 if (Summary->modulePath() == M.getModuleIdentifier()) in initImportList()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticPrinter.cpp105 Stream << M.getModuleIdentifier(); in operator <<()
H A DLegacyPassManager.cpp218 OS << " on module '" << M->getModuleIdentifier() << "'.\n"; in print()
1545 dumpPassInfo(MP, EXECUTION_MSG, ON_MODULE_MSG, M.getModuleIdentifier()); in runOnModule()
1581 M.getModuleIdentifier()); in runOnModule()
1589 removeDeadPasses(MP, M.getModuleIdentifier(), ON_MODULE_MSG); in runOnModule()
H A DDiagnosticInfo.cpp89 DP << "ignoring invalid debug info in " << getModule().getModuleIdentifier(); in print()
H A DModule.cpp102 Salt += sys::path::filename(getModuleIdentifier()); in createRNG()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLayer.cpp93 << "$." << M.getModuleIdentifier() << ".__inits." << Counter++; in IRMaterializationUnit()
111 [](const Module &M) -> StringRef { return M.getModuleIdentifier(); }); in getName()
H A DCompileUtils.cpp57 std::move(ObjBufferSV), M.getModuleIdentifier() + "-jitted-objectbuffer", in operator ()()
H A DCompileOnDemandLayer.cpp63 M.setModuleIdentifier((M.getModuleIdentifier() + Suffix).str()); in extractSubModule()
H A DLLJIT.cpp521 << InitFunctionPrefix << M.getModuleIdentifier(); in operator ()()
524 << DeInitFunctionPrefix << M.getModuleIdentifier(); in operator ()()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DCallPrinter.cpp148 std::string(CGInfo->getModule()->getModuleIdentifier()); in getGraphName()
227 Filename = (std::string(M.getModuleIdentifier()) + ".callgraph.dot"); in doCallGraphDOTPrinting()
H A DLazyCallGraph.cpp156 LLVM_DEBUG(dbgs() << "Building CG for module: " << M.getModuleIdentifier() in LazyCallGraph()
2016 OS << "Printing the call graph for module: " << M.getModuleIdentifier() in run()
2051 OS << "digraph \"" << DOT::EscapeString(M.getModuleIdentifier()) << "\" {\n"; in run()
/freebsd-14.2/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp313 const std::string &ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled()
329 const std::string &ModuleID = M->getModuleIdentifier(); in getObject()
817 raw_fd_ostream Out(M.getModuleIdentifier() + ".ll", EC, in createIRDebugDumper()
820 errs() << "Couldn't open " << M.getModuleIdentifier() in createIRDebugDumper()
893 M->setModuleIdentifier("file:" + M->getModuleIdentifier()); in loadModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DOcamlGCPrinter.cpp52 const std::string &MId = M.getModuleIdentifier(); in EmitCamlGlobal()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h136 StringRef getModuleIdentifier() const { return ModuleIdentifier; } in getModuleIdentifier() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1606 << DestModule.getModuleIdentifier() << "\n"); in importFunctions()
1740 << DestModule.getModuleIdentifier() << "\n"); in importFunctions()
1743 << DestModule.getModuleIdentifier() << "\n"); in importFunctions()
1767 ComputeCrossModuleImportForModuleFromIndexForTest(M.getModuleIdentifier(), in doImportingForModuleForTest()
1770 ComputeCrossModuleImportForModuleForTest(M.getModuleIdentifier(), in doImportingForModuleForTest()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h249 const std::string &getModuleIdentifier() const { return ModuleID; } in getModuleIdentifier() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp831 F.getParent()->getModuleIdentifier() + "." + F.getName().str(); in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp568 SMDiagnostic Err = SMDiagnostic(Mod.getModuleIdentifier(), in loadModuleFromInput()

12