Searched refs:ModID (Results 1 – 6 of 6) sorted by relevance
324 for (auto &&ModID : ModuleIDs) { in printFullOutput()325 auto &MD = Modules[ModID]; in printFullOutput()
355 bool getCacheFilename(const std::string &ModID, std::string &CacheName) { in getCacheFilename() argument358 if (ModID.substr(0, PrefixLength) != Prefix) in getCacheFilename()361 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()
1832 if (uint32_t ModID = Writer.getLocalOrImportedSubmoduleID(M)) { in EmitData() local1833 uint32_t Value = (ModID << 2) | (unsigned)Role; in EmitData()1834 assert((Value >> 2) == ModID && "overflow in header module info"); in EmitData()
2198 for (unsigned ModID : MMR.Overrides) { in resolvePendingMacro() local2199 Module *Mod = getSubmodule(ModID); in resolvePendingMacro()