Searched refs:ModID (Results 1 – 6 of 6) sorted by relevance
356 bool getCacheFilename(const std::string &ModID, std::string &CacheName) { in getCacheFilename() argument359 if (ModID.substr(0, PrefixLength) != Prefix) in getCacheFilename()362 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()
311 for (auto &&ModID : ModuleIDs) { in printFullOutput()312 auto &MD = Modules[ModID]; in printFullOutput()
1835 if (uint32_t ModID = Writer.getLocalOrImportedSubmoduleID(M)) { in EmitData() local1836 uint32_t Value = (ModID << 3) | (unsigned)Role; in EmitData()1837 assert((Value >> 3) == ModID && "overflow in header module info"); in EmitData()
2194 for (unsigned ModID : MMR.Overrides) { in resolvePendingMacro() local2195 Module *Mod = getSubmodule(ModID); in resolvePendingMacro()