Lines Matching refs:ModuleId
50 void promoteInternals(Module &ExportM, Module &ImportM, StringRef ModuleId, in promoteInternals() argument
71 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()
255 std::string ModuleId = getUniqueModuleId(&M); in splitAndWriteThinLTOBitcode() local
256 if (ModuleId.empty()) { in splitAndWriteThinLTOBitcode()
273 promoteTypeIds(M, ModuleId); in splitAndWriteThinLTOBitcode()
374 promoteInternals(*MergedM, M, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
375 promoteInternals(M, *MergedM, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
516 std::string ModuleId = getUniqueModuleId(&M); in writeThinLTOBitcode() local
517 if (!ModuleId.empty()) { in writeThinLTOBitcode()
518 promoteTypeIds(M, ModuleId); in writeThinLTOBitcode()