Lines Matching refs:ModuleId
37 void promoteInternals(Module &ExportM, Module &ImportM, StringRef ModuleId, in promoteInternals() argument
57 std::string NewName = (Name + ModuleId).str(); in promoteInternals()
87 void promoteTypeIds(Module &M, StringRef ModuleId) { in promoteTypeIds() argument
96 std::string NewName = (Twine(LocalToGlobal.size()) + ModuleId).str(); in promoteTypeIds()
203 std::string ModuleId = getUniqueModuleId(&M); in splitAndWriteThinLTOBitcode() local
204 if (ModuleId.empty()) { in splitAndWriteThinLTOBitcode()
221 promoteTypeIds(M, ModuleId); in splitAndWriteThinLTOBitcode()
315 promoteInternals(*MergedM, M, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
316 promoteInternals(M, *MergedM, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
458 std::string ModuleId = getUniqueModuleId(&M); in writeThinLTOBitcode() local
459 if (!ModuleId.empty()) { in writeThinLTOBitcode()
460 promoteTypeIds(M, ModuleId); in writeThinLTOBitcode()