Lines Matching refs:ModuleId
51 void promoteInternals(Module &ExportM, Module &ImportM, StringRef ModuleId, in promoteInternals() argument
72 std::string NewName = (Name + ModuleId).str(); in promoteInternals()
109 void promoteTypeIds(Module &M, StringRef ModuleId) { in promoteTypeIds() argument
118 std::string NewName = (Twine(LocalToGlobal.size()) + ModuleId).str(); in promoteTypeIds()
249 std::string ModuleId = getUniqueModuleId(&M); in splitAndWriteThinLTOBitcode() local
250 if (ModuleId.empty()) { in splitAndWriteThinLTOBitcode()
267 promoteTypeIds(M, ModuleId); in splitAndWriteThinLTOBitcode()
366 promoteInternals(*MergedM, M, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
367 promoteInternals(M, *MergedM, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
508 std::string ModuleId = getUniqueModuleId(&M); in writeThinLTOBitcode() local
509 if (!ModuleId.empty()) { in writeThinLTOBitcode()
510 promoteTypeIds(M, ModuleId); in writeThinLTOBitcode()