Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp63 VI, SGV->getParent()->getModuleIdentifier()); in shouldPromoteLocalToGlobal()
97 ImportIndex.getModuleHash(SGV->getParent()->getModuleIdentifier())); in getPromotedName()
206 if (FS->modulePath() == M.getModuleIdentifier()) { in processGlobalForThinLTO()
250 ImportIndex.findSummaryInModule(VI, M.getModuleIdentifier())); in processGlobalForThinLTO()
DMetaRenamer.cpp90 for (auto C : M.getModuleIdentifier()) in runOnModule()
DCloneModule.cpp51 std::make_unique<Module>(M.getModuleIdentifier(), M.getContext()); in CloneModule()
DSymbolRewriter.cpp186 M.getModuleIdentifier() + ": " + Error); in performOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp1270 SrcM->getModuleIdentifier() + "' and '" + in linkModuleFlagsMetadata()
1271 DstM.getModuleIdentifier() + "'"); in linkModuleFlagsMetadata()
1288 SrcM->getModuleIdentifier() + "' and '" + in linkModuleFlagsMetadata()
1289 DstM.getModuleIdentifier() + "'"); in linkModuleFlagsMetadata()
1308 << "' from " << SrcM->getModuleIdentifier() << " with '" in linkModuleFlagsMetadata()
1309 << *DstOp->getOperand(2) << "' from " << DstM.getModuleIdentifier() in linkModuleFlagsMetadata()
1343 SrcM->getModuleIdentifier() + "' and '" + in linkModuleFlagsMetadata()
1344 DstM.getModuleIdentifier() + "'"); in linkModuleFlagsMetadata()
1418 SrcM->getModuleIdentifier() + "' is '" + in run()
1420 DstM.getModuleIdentifier() + "' is '" + in run()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp194 SMDiagnostic Err = SMDiagnostic(Mod.getModuleIdentifier(), in loadModuleFromInput()
219 SMDiagnostic Err = SMDiagnostic(TheModule.getModuleIdentifier(), in crossImportIntoModule()
636 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in promote()
705 auto &ImportList = ImportLists[TheModule.getModuleIdentifier()]; in crossModuleImport()
718 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in gatherImportedSummariesForModule()
751 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in emitImports()
793 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in internalize()
DLTO.cpp461 return Mods[0].getModuleIdentifier(); in getName()
812 BM.readSummary(ThinLTO.CombinedIndex, BM.getModuleIdentifier(), in addThinLTO()
824 ThinLTO.PrevailingModuleForGUID[GUID] = BM.getModuleIdentifier(); in addThinLTO()
832 GUID, BM.getModuleIdentifier())) in addThinLTO()
840 GUID, BM.getModuleIdentifier())) { in addThinLTO()
847 if (!ThinLTO.ModuleMap.insert({BM.getModuleIdentifier(), BM}).second) in addThinLTO()
1098 auto ModuleID = BM.getModuleIdentifier(); in runThinLTOBackendThread()
1124 StringRef ModulePath = BM.getModuleIdentifier(); in start()
1216 StringRef ModulePath = BM.getModuleIdentifier(); in start()
DLTOBackend.cpp80 if (M.getModuleIdentifier() == "ld-temp.o" || !UseInputModulePath) { in addSaveTemps()
85 PathPrefix = M.getModuleIdentifier() + "."; in addSaveTemps()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDiagnosticPrinter.cpp105 Stream << M.getModuleIdentifier(); in operator <<()
DLegacyPassManager.cpp296 OS << " on module '" << M->getModuleIdentifier() << "'.\n"; in print()
1573 dumpPassInfo(MP, EXECUTION_MSG, ON_MODULE_MSG, M.getModuleIdentifier()); in runOnModule()
1599 M.getModuleIdentifier()); in runOnModule()
1606 removeDeadPasses(MP, M.getModuleIdentifier(), ON_MODULE_MSG); in runOnModule()
DDiagnosticInfo.cpp87 DP << "ignoring invalid debug info in " << getModule().getModuleIdentifier(); in print()
DModule.cpp105 Salt += sys::path::filename(getModuleIdentifier()); in createRNG()
DAsmWriter.cpp2588 if (!M->getModuleIdentifier().empty() && in printModule()
2591 M->getModuleIdentifier().find('\n') == std::string::npos) in printModule()
2592 Out << "; ModuleID = '" << M->getModuleIdentifier() << "'\n"; in printModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCompileUtils.cpp56 std::move(ObjBufferSV), M.getModuleIdentifier() + "-jitted-objectbuffer"); in operator ()()
DLayer.cpp87 [](const Module &M) -> StringRef { return M.getModuleIdentifier(); }); in getName()
DCompileOnDemandLayer.cpp59 M.setModuleIdentifier((M.getModuleIdentifier() + Suffix).str()); in extractSubModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp1118 << DestModule.getModuleIdentifier() << "\n"); in importFunctions()
1243 << DestModule.getModuleIdentifier() << "\n"); in importFunctions()
1246 << DestModule.getModuleIdentifier() << "\n"); in importFunctions()
1268 ComputeCrossModuleImportForModuleFromIndex(M.getModuleIdentifier(), *Index, in doImportingForModule()
1271 ComputeCrossModuleImportForModule(M.getModuleIdentifier(), *Index, in doImportingForModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DOcamlGCPrinter.cpp52 const std::string &MId = M.getModuleIdentifier(); in EmitCamlGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DBitcodeReader.h92 StringRef getModuleIdentifier() const { return ModuleIdentifier; } in getModuleIdentifier() function
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp308 const std::string ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyCallGraph.cpp155 LLVM_DEBUG(dbgs() << "Building CG for module: " << M.getModuleIdentifier() in LazyCallGraph()
1774 OS << "Printing the call graph for module: " << M.getModuleIdentifier() in run()
1808 OS << "digraph \"" << DOT::EscapeString(M.getModuleIdentifier()) << "\" {\n"; in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModule.h211 const std::string &getModuleIdentifier() const { return ModuleID; } in getModuleIdentifier() function
DModuleSummaryIndex.h1299 return ModulePathStringTable.count(M.getModuleIdentifier());
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
Dinvocation.cpp486 const std::string id = "." + mod->getModuleIdentifier() + "-" + in link_program()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp820 F.getParent()->getModuleIdentifier() + "." + F.getName().str(); in runOnMachineFunction()

12