/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | FunctionImportUtils.cpp | 63 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()
|
D | MetaRenamer.cpp | 90 for (auto C : M.getModuleIdentifier()) in runOnModule()
|
D | CloneModule.cpp | 51 std::make_unique<Module>(M.getModuleIdentifier(), M.getContext()); in CloneModule()
|
D | SymbolRewriter.cpp | 186 M.getModuleIdentifier() + ": " + Error); in performOnModule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
D | IRMover.cpp | 1270 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/ |
D | ThinLTOCodeGenerator.cpp | 194 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()
|
D | LTO.cpp | 461 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()
|
D | LTOBackend.cpp | 80 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/ |
D | DiagnosticPrinter.cpp | 105 Stream << M.getModuleIdentifier(); in operator <<()
|
D | LegacyPassManager.cpp | 296 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()
|
D | DiagnosticInfo.cpp | 87 DP << "ignoring invalid debug info in " << getModule().getModuleIdentifier(); in print()
|
D | Module.cpp | 105 Salt += sys::path::filename(getModuleIdentifier()); in createRNG()
|
D | AsmWriter.cpp | 2588 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/ |
D | CompileUtils.cpp | 56 std::move(ObjBufferSV), M.getModuleIdentifier() + "-jitted-objectbuffer"); in operator ()()
|
D | Layer.cpp | 87 [](const Module &M) -> StringRef { return M.getModuleIdentifier(); }); in getName()
|
D | CompileOnDemandLayer.cpp | 59 M.setModuleIdentifier((M.getModuleIdentifier() + Suffix).str()); in extractSubModule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 1118 << 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/ |
D | OcamlGCPrinter.cpp | 52 const std::string &MId = M.getModuleIdentifier(); in EmitCamlGlobal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/ |
D | BitcodeReader.h | 92 StringRef getModuleIdentifier() const { return ModuleIdentifier; } in getModuleIdentifier() function
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_misc.cpp | 308 const std::string ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LazyCallGraph.cpp | 155 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/ |
D | Module.h | 211 const std::string &getModuleIdentifier() const { return ModuleID; } in getModuleIdentifier() function
|
D | ModuleSummaryIndex.h | 1299 return ModulePathStringTable.count(M.getModuleIdentifier());
|
/third_party/mesa3d/src/gallium/frontends/clover/llvm/ |
D | invocation.cpp | 486 const std::string id = "." + mod->getModuleIdentifier() + "-" + in link_program()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 820 F.getParent()->getModuleIdentifier() + "." + F.getName().str(); in runOnMachineFunction()
|