Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp69 SGV->getGUID(), SGV->getParent()->getModuleIdentifier()); in shouldPromoteLocalToGlobal()
105 ImportIndex.getModuleHash(SGV->getParent()->getModuleIdentifier())); in getName()
215 if (FS->modulePath() == M.getModuleIdentifier()) { in processGlobalForThinLTO()
H A DMetaRenamer.cpp90 for (auto C : M.getModuleIdentifier()) in runOnModule()
H A DCloneModule.cpp52 llvm::make_unique<Module>(M.getModuleIdentifier(), M.getContext()); in CloneModule()
H A DSymbolRewriter.cpp186 M.getModuleIdentifier() + ": " + Error); in performOnModule()
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTO.cpp419 return Mods[0].getModuleIdentifier(); in getName()
764 BM.readSummary(ThinLTO.CombinedIndex, BM.getModuleIdentifier(), in addThinLTO()
776 ThinLTO.PrevailingModuleForGUID[GUID] = BM.getModuleIdentifier(); in addThinLTO()
784 GUID, BM.getModuleIdentifier())) in addThinLTO()
792 GUID, BM.getModuleIdentifier())) { in addThinLTO()
799 if (!ThinLTO.ModuleMap.insert({BM.getModuleIdentifier(), BM}).second) in addThinLTO()
1000 auto ModuleID = BM.getModuleIdentifier(); in runThinLTOBackendThread()
1026 StringRef ModulePath = BM.getModuleIdentifier(); in start()
1118 StringRef ModulePath = BM.getModuleIdentifier(); in start()
H A DThinLTOCodeGenerator.cpp213 SMDiagnostic Err = SMDiagnostic(TheModule.getModuleIdentifier(), in crossImportIntoModule()
599 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in promote()
656 auto &ImportList = ImportLists[TheModule.getModuleIdentifier()]; in crossModuleImport()
668 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in gatherImportedSummariesForModule()
698 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in emitImports()
736 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in internalize()
H A DLTOBackend.cpp78 if (M.getModuleIdentifier() == "ld-temp.o" || !UseInputModulePath) { in addSaveTemps()
83 PathPrefix = M.getModuleIdentifier() + "."; in addSaveTemps()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDiagnosticPrinter.cpp106 Stream << M.getModuleIdentifier(); in operator <<()
H A DLegacyPassManager.cpp296 OS << " on module '" << M->getModuleIdentifier() << "'.\n"; in print()
1735 dumpPassInfo(MP, EXECUTION_MSG, ON_MODULE_MSG, M.getModuleIdentifier()); in runOnModule()
1761 M.getModuleIdentifier()); in runOnModule()
1768 removeDeadPasses(MP, M.getModuleIdentifier(), ON_MODULE_MSG); in runOnModule()
H A DDiagnosticInfo.cpp88 DP << "ignoring invalid debug info in " << getModule().getModuleIdentifier(); in print()
H A DModule.cpp106 Salt += sys::path::filename(getModuleIdentifier()); in createRNG()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1075 << DestModule.getModuleIdentifier() << "\n"); in importFunctions()
1200 << DestModule.getModuleIdentifier() << "\n"); in importFunctions()
1203 << DestModule.getModuleIdentifier() << "\n"); in importFunctions()
1225 ComputeCrossModuleImportForModuleFromIndex(M.getModuleIdentifier(), *Index, in doImportingForModule()
1228 ComputeCrossModuleImportForModule(M.getModuleIdentifier(), *Index, in doImportingForModule()
/freebsd-12.1/contrib/llvm/tools/lli/
H A Dlli.cpp249 const std::string &ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled()
264 const std::string &ModuleID = M->getModuleIdentifier(); in getObject()
737 raw_fd_ostream Out(TSM.getModule()->getModuleIdentifier() + ".ll", EC, in createDebugDumper()
740 errs() << "Couldn't open " << TSM.getModule()->getModuleIdentifier() in createDebugDumper()
/freebsd-12.1/contrib/llvm/lib/Linker/
H A DIRMover.cpp1242 << "' from " << SrcM->getModuleIdentifier() << " with '" in linkModuleFlagsMetadata()
1243 << *DstOp->getOperand(2) << "' from " << DstM.getModuleIdentifier() in linkModuleFlagsMetadata()
1322 SrcM->getModuleIdentifier() + "' is '" + in run()
1324 DstM.getModuleIdentifier() + "' is '" + in run()
1337 SrcM->getModuleIdentifier() + "' is '" + in run()
1339 DstM.getModuleIdentifier() + "' is '" + DstM.getTargetTriple() + in run()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DOcamlGCPrinter.cpp53 const std::string &MId = M.getModuleIdentifier(); in EmitCamlGlobal()
/freebsd-12.1/contrib/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h93 StringRef getModuleIdentifier() const { return ModuleIdentifier; } in getModuleIdentifier() function
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DLayer.cpp52 return TSM.getModule()->getModuleIdentifier(); in getName()
H A DCompileOnDemandLayer.cpp60 M.setModuleIdentifier((M.getModuleIdentifier() + Suffix).str()); in extractSubModule()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLazyCallGraph.cpp155 LLVM_DEBUG(dbgs() << "Building CG for module: " << M.getModuleIdentifier() in LazyCallGraph()
1763 OS << "Printing the call graph for module: " << M.getModuleIdentifier() in run()
1797 OS << "digraph \"" << DOT::EscapeString(M.getModuleIdentifier()) << "\" {\n"; in run()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DModule.h210 const std::string &getModuleIdentifier() const { return ModuleID; } in getModuleIdentifier() function
H A DModuleSummaryIndex.h1138 return ModulePathStringTable.count(M.getModuleIdentifier());
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp1180 if (Summary->modulePath() == M->getModuleIdentifier()) in runThinLTOBackend()
1261 ModuleToDefinedGVSummaries[M->getModuleIdentifier()], ModuleMap)) { in runThinLTOBackend()
H A DCodeGenAction.cpp791 << CurLinkModule->getModuleIdentifier() << MsgStorage; in DiagnosticHandlerImpl()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp821 F.getParent()->getModuleIdentifier() + "." + F.getName().str(); in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DEfficiencySanitizer.cpp492 createPrivateGlobalForString(M, M.getModuleIdentifier(), true), in createEsanInitToolInfoArg()

12