Lines Matching refs:ModuleId
48 void promoteInternals(Module &ExportM, Module &ImportM, StringRef ModuleId, in promoteInternals() argument
69 std::string NewName = (Name + ModuleId).str(); in promoteInternals()
107 void promoteTypeIds(Module &M, StringRef ModuleId) { in promoteTypeIds() argument
116 std::string NewName = (Twine(LocalToGlobal.size()) + ModuleId).str(); in promoteTypeIds()
278 std::string ModuleId = getUniqueModuleId(&M); in splitAndWriteThinLTOBitcode() local
279 if (ModuleId.empty()) { in splitAndWriteThinLTOBitcode()
298 promoteTypeIds(M, ModuleId); in splitAndWriteThinLTOBitcode()
399 promoteInternals(*MergedM, M, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
400 promoteInternals(M, *MergedM, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
543 std::string ModuleId = getUniqueModuleId(&M); in writeThinLTOBitcode() local
544 if (!ModuleId.empty()) { in writeThinLTOBitcode()
545 promoteTypeIds(M, ModuleId); in writeThinLTOBitcode()