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