Searched refs:ModID (Results 1 – 4 of 4) sorted by relevance
352 bool getCacheFilename(StringRef ModID, std::string &CacheName) { in getCacheFilename() argument353 if (!ModID.consume_front("file:")) in getCacheFilename()356 std::string CacheSubdir = std::string(ModID); in getCacheFilename()
488 for (auto &&ModID : ModuleIDs) { in printFullOutput()489 auto &MD = Modules[ModID]; in printFullOutput()
2141 if (uint32_t ModID = Writer.getLocalOrImportedSubmoduleID(M)) { in EmitData() local2142 uint32_t Value = (ModID << 3) | (unsigned)Role; in EmitData()2143 assert((Value >> 3) == ModID && "overflow in header module info"); in EmitData()
2544 for (unsigned ModID : MMR.Overrides) { in resolvePendingMacro() local2545 Module *Mod = getSubmodule(ModID); in resolvePendingMacro()