Searched refs:ModID (Results 1 – 3 of 3) sorted by relevance
344 bool getCacheFilename(const std::string &ModID, std::string &CacheName) { in getCacheFilename() argument347 if (ModID.substr(0, PrefixLength) != Prefix) in getCacheFilename()350 std::string CacheSubdir = ModID.substr(PrefixLength); in getCacheFilename()
1727 if (uint32_t ModID = Writer.getLocalOrImportedSubmoduleID(M)) { in EmitData() local1728 uint32_t Value = (ModID << 2) | (unsigned)Role; in EmitData()1729 assert((Value >> 2) == ModID && "overflow in header module info"); in EmitData()
2172 for (unsigned ModID : MMR.Overrides) { in resolvePendingMacro() local2173 Module *Mod = getSubmodule(ModID); in resolvePendingMacro()