reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

examples/LLJITExamples/LLJITWithObjectCache/LLJITWithObjectCache.cpp
   30     CachedObjects[M->getModuleIdentifier()] = MemoryBuffer::getMemBufferCopy(
   35     auto I = CachedObjects.find(M->getModuleIdentifier());
   37       dbgs() << "No object for " << M->getModuleIdentifier()
   42     dbgs() << "Object for " << M->getModuleIdentifier()
include/llvm/IR/ModuleSummaryIndex.h
 1270     return ModulePathStringTable.count(M.getModuleIdentifier());
lib/Analysis/LazyCallGraph.cpp
  155   LLVM_DEBUG(dbgs() << "Building CG for module: " << M.getModuleIdentifier()
 1774   OS << "Printing the call graph for module: " << M.getModuleIdentifier()
 1808   OS << "digraph \"" << DOT::EscapeString(M.getModuleIdentifier()) << "\" {\n";
lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
   52   const std::string &MId = M.getModuleIdentifier();
lib/CodeGen/RegAllocPBQP.cpp
  820     F.getParent()->getModuleIdentifier() + "." + F.getName().str();
lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp
   59     M.setModuleIdentifier((M.getModuleIdentifier() + Suffix).str());
lib/ExecutionEngine/Orc/CompileUtils.cpp
   47       "<in memory object compiled from " + M.getModuleIdentifier() + ">");
lib/ExecutionEngine/Orc/Layer.cpp
   54         [](const Module &M) -> StringRef { return M.getModuleIdentifier(); });
lib/IR/AsmWriter.cpp
 2581   if (!M->getModuleIdentifier().empty() &&
 2584       M->getModuleIdentifier().find('\n') == std::string::npos)
 2585     Out << "; ModuleID = '" << M->getModuleIdentifier() << "'\n";
lib/IR/Core.cpp
  244   auto &Str = unwrap(M)->getModuleIdentifier();
lib/IR/DiagnosticInfo.cpp
   87   DP << "ignoring invalid debug info in " << getModule().getModuleIdentifier();
lib/IR/DiagnosticPrinter.cpp
  105   Stream << M.getModuleIdentifier();
lib/IR/LegacyPassManager.cpp
  296     OS << " on module '" << M->getModuleIdentifier() << "'.\n";
 1740     dumpPassInfo(MP, EXECUTION_MSG, ON_MODULE_MSG, M.getModuleIdentifier());
 1766                    M.getModuleIdentifier());
 1773     removeDeadPasses(MP, M.getModuleIdentifier(), ON_MODULE_MSG);
lib/IR/Module.cpp
  105   Salt += sys::path::filename(getModuleIdentifier());
lib/IR/Verifier.cpp
  139     *OS << "; ModuleID = '" << M->getModuleIdentifier() << "'\n";
lib/LTO/LTOBackend.cpp
   79       if (M.getModuleIdentifier() == "ld-temp.o" || !UseInputModulePath) {
   84         PathPrefix = M.getModuleIdentifier() + ".";
lib/LTO/ThinLTOCodeGenerator.cpp
  218       SMDiagnostic Err = SMDiagnostic(TheModule.getModuleIdentifier(),
  636   auto ModuleIdentifier = TheModule.getModuleIdentifier();
  705   auto &ImportList = ImportLists[TheModule.getModuleIdentifier()];
  718   auto ModuleIdentifier = TheModule.getModuleIdentifier();
  751   auto ModuleIdentifier = TheModule.getModuleIdentifier();
  793   auto ModuleIdentifier = TheModule.getModuleIdentifier();
lib/Linker/IRMover.cpp
 1269                          SrcM->getModuleIdentifier() + "' and '" +
 1270                          DstM.getModuleIdentifier() + "'");
 1282                        SrcM->getModuleIdentifier() + "' and '" +
 1283                        DstM.getModuleIdentifier() + "'");
 1302                          SrcM->getModuleIdentifier() + "' and '" +
 1303                          DstM.getModuleIdentifier() + "'");
 1313             << "' from " << SrcM->getModuleIdentifier() << " with '"
 1314             << *DstOp->getOperand(2) << "' from " << DstM.getModuleIdentifier()
 1393                 SrcM->getModuleIdentifier() + "' is '" +
 1395                 DstM.getModuleIdentifier() + "' is '" +
 1408                 SrcM->getModuleIdentifier() + "' is '" +
 1410                 DstM.getModuleIdentifier() + "' is '" + DstM.getTargetTriple() +
lib/Transforms/IPO/FunctionImport.cpp
 1079                     << DestModule.getModuleIdentifier() << "\n");
 1204                     << DestModule.getModuleIdentifier() << "\n");
 1207                     << DestModule.getModuleIdentifier() << "\n");
 1229     ComputeCrossModuleImportForModuleFromIndex(M.getModuleIdentifier(), *Index,
 1232     ComputeCrossModuleImportForModule(M.getModuleIdentifier(), *Index,
lib/Transforms/Instrumentation/AddressSanitizer.cpp
 2252       M, M.getModuleIdentifier(), /*AllowMerging*/ false, kAsanGenPrefix);
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
  209     return SCL->inSection("dataflow", "src", M.getModuleIdentifier(), Category);
lib/Transforms/Utils/CloneModule.cpp
   51       std::make_unique<Module>(M.getModuleIdentifier(), M.getContext());
lib/Transforms/Utils/FunctionImportUtils.cpp
   68       SGV->getGUID(), SGV->getParent()->getModuleIdentifier());
  104         ImportIndex.getModuleHash(SGV->getParent()->getModuleIdentifier()));
  214             if (FS->modulePath() == M.getModuleIdentifier()) {
  248           ImportIndex.findSummaryInModule(VI, M.getModuleIdentifier()));
lib/Transforms/Utils/MetaRenamer.cpp
   89       for (auto C : M.getModuleIdentifier())
lib/Transforms/Utils/SymbolRewriter.cpp
  185                          M.getModuleIdentifier() + ": " + Error);
lib/Transforms/Vectorize/LoopVectorize.cpp
  893       OS << L->getHeader()->getParent()->getParent()->getModuleIdentifier();
tools/clang/lib/CodeGen/BackendUtil.cpp
 1390       if (Summary->modulePath() == M->getModuleIdentifier())
 1485           ModuleToDefinedGVSummaries[M->getModuleIdentifier()], ModuleMap)) {
tools/clang/lib/CodeGen/CodeGenAction.cpp
  830         << CurLinkModule->getModuleIdentifier() << MsgStorage;
tools/lldb/source/Expression/IRExecutionUnit.cpp
  304           "jit-object-" + module->getModuleIdentifier() + "-%%%.o";
tools/lli/lli.cpp
  245     const std::string &ModuleID = M->getModuleIdentifier();
  260     const std::string &ModuleID = M->getModuleIdentifier();
  729       raw_fd_ostream Out(M.getModuleIdentifier() + ".ll", EC, sys::fs::OF_Text);
  731         errs() << "Couldn't open " << M.getModuleIdentifier()
unittests/ExecutionEngine/MCJIT/MCJITObjectCacheTest.cpp
   28     const std::string ModuleID = M->getModuleIdentifier();
   37     ModulesLookedUp.insert(M->getModuleIdentifier());
   49     return ModulesLookedUp.find(M->getModuleIdentifier())
   55     const std::string ModuleID = M->getModuleIdentifier();