Searched refs:ModID (Results 1 – 6 of 6) sorted by relevance
318 for (auto &&ModID : ModuleIDs) { in printFullOutput()319 auto &MD = Modules[ModID]; in printFullOutput()
347 bool getCacheFilename(const std::string &ModID, std::string &CacheName) { in getCacheFilename() argument350 if (ModID.substr(0, PrefixLength) != Prefix) in getCacheFilename()353 std::string CacheSubdir = ModID.substr(PrefixLength); in getCacheFilename()
1497 char ModID[256]; in parseInputIR() local1498 sprintf(ModID, "IR:%s", InputFile.c_str()); in parseInputIR()1499 M->setModuleIdentifier(ModID); in parseInputIR()
765 char ModID[256]; in parseInputIR() local766 sprintf(ModID, "IR:%s", InputFile.c_str()); in parseInputIR()767 M->setModuleIdentifier(ModID); in parseInputIR()
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()
2170 for (unsigned ModID : MMR.Overrides) { in resolvePendingMacro() local2171 Module *Mod = getSubmodule(ModID); in resolvePendingMacro()