Searched refs:ModID (Results 1 – 3 of 3) sorted by relevance
350 bool getCacheFilename(StringRef ModID, std::string &CacheName) { in getCacheFilename() argument351 if (!ModID.consume_front("file:")) in getCacheFilename()354 std::string CacheSubdir = std::string(ModID); in getCacheFilename()
2059 if (uint32_t ModID = Writer.getLocalOrImportedSubmoduleID(M)) { in EmitData() local2060 uint32_t Value = (ModID << 3) | (unsigned)Role; in EmitData()2061 assert((Value >> 3) == ModID && "overflow in header module info"); in EmitData()
2377 for (unsigned ModID : MMR.Overrides) { in resolvePendingMacro() local2378 Module *Mod = getSubmodule(ModID); in resolvePendingMacro()