Searched refs:ModID (Results 1 – 3 of 3) sorted by relevance
284 bool getCacheFilename(const std::string &ModID, std::string &CacheName) { in getCacheFilename() argument287 if (ModID.substr(0, PrefixLength) != Prefix) in getCacheFilename()289 std::string CacheSubdir = ModID.substr(PrefixLength); in getCacheFilename()
2027 if (uint32_t ModID = Writer.getLocalOrImportedSubmoduleID(M)) { in EmitData() local2028 uint32_t Value = (ModID << 2) | (unsigned)Role; in EmitData()2029 assert((Value >> 2) == ModID && "overflow in header module info"); in EmitData()
2017 for (unsigned ModID : MMR.Overrides) { in resolvePendingMacro() local2018 Module *Mod = getSubmodule(ModID); in resolvePendingMacro()