| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | FunctionImportUtils.cpp | 69 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 D | MetaRenamer.cpp | 90 for (auto C : M.getModuleIdentifier()) in runOnModule()
|
| H A D | CloneModule.cpp | 52 llvm::make_unique<Module>(M.getModuleIdentifier(), M.getContext()); in CloneModule()
|
| H A D | SymbolRewriter.cpp | 186 M.getModuleIdentifier() + ": " + Error); in performOnModule()
|
| /freebsd-12.1/contrib/llvm/lib/LTO/ |
| H A D | LTO.cpp | 419 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 D | ThinLTOCodeGenerator.cpp | 213 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 D | LTOBackend.cpp | 78 if (M.getModuleIdentifier() == "ld-temp.o" || !UseInputModulePath) { in addSaveTemps() 83 PathPrefix = M.getModuleIdentifier() + "."; in addSaveTemps()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | DiagnosticPrinter.cpp | 106 Stream << M.getModuleIdentifier(); in operator <<()
|
| H A D | LegacyPassManager.cpp | 296 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 D | DiagnosticInfo.cpp | 88 DP << "ignoring invalid debug info in " << getModule().getModuleIdentifier(); in print()
|
| H A D | Module.cpp | 106 Salt += sys::path::filename(getModuleIdentifier()); in createRNG()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 1075 << 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 D | lli.cpp | 249 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 D | IRMover.cpp | 1242 << "' 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 D | OcamlGCPrinter.cpp | 53 const std::string &MId = M.getModuleIdentifier(); in EmitCamlGlobal()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeReader.h | 93 StringRef getModuleIdentifier() const { return ModuleIdentifier; } in getModuleIdentifier() function
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/ |
| H A D | Layer.cpp | 52 return TSM.getModule()->getModuleIdentifier(); in getName()
|
| H A D | CompileOnDemandLayer.cpp | 60 M.setModuleIdentifier((M.getModuleIdentifier() + Suffix).str()); in extractSubModule()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | LazyCallGraph.cpp | 155 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 D | Module.h | 210 const std::string &getModuleIdentifier() const { return ModuleID; } in getModuleIdentifier() function
|
| H A D | ModuleSummaryIndex.h | 1138 return ModulePathStringTable.count(M.getModuleIdentifier());
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 1180 if (Summary->modulePath() == M->getModuleIdentifier()) in runThinLTOBackend() 1261 ModuleToDefinedGVSummaries[M->getModuleIdentifier()], ModuleMap)) { in runThinLTOBackend()
|
| H A D | CodeGenAction.cpp | 791 << CurLinkModule->getModuleIdentifier() << MsgStorage; in DiagnosticHandlerImpl()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | RegAllocPBQP.cpp | 821 F.getParent()->getModuleIdentifier() + "." + F.getName().str(); in runOnMachineFunction()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | EfficiencySanitizer.cpp | 492 createPrivateGlobalForString(M, M.getModuleIdentifier(), true), in createEsanInitToolInfoArg()
|