Searched refs:ModID (Results 1 – 6 of 6) sorted by relevance
1497 char ModID[256]; in parseInputIR() local1498 sprintf(ModID, "IR:%s", InputFile.c_str()); in parseInputIR()1499 M->setModuleIdentifier(ModID); in parseInputIR()
351 bool getCacheFilename(StringRef ModID, std::string &CacheName) { in getCacheFilename() 352 if (!ModID.consume_front("file:")) in getCacheFilename() 355 std::string CacheSubdir = std::string(ModID); in getCacheFilename() 350 getCacheFilename(StringRef ModID,std::string & CacheName) getCacheFilename() argument
765 char ModID[256]; in parseInputIR() local766 sprintf(ModID, "IR:%s", InputFile.c_str()); in parseInputIR()767 M->setModuleIdentifier(ModID); in parseInputIR()
462 for (auto &&ModID : ModuleIDs) { in printFullOutput() 463 auto &MD = Modules[ModID]; in printFullOutput()
2106 if (uint32_t ModID = Writer.getLocalOrImportedSubmoduleID(M)) { in WriteHeaderSearch() 2107 uint32_t Value = (ModID << 3) | (unsigned)Role; in WriteHeaderSearch() 2108 assert((Value >> 3) == ModID && "overflow in header module info"); in WriteHeaderSearch() 2059 if (uint32_t ModID = Writer.getLocalOrImportedSubmoduleID(M)) { EmitData() local
2542 for (unsigned ModID : MMR.Overrides) { in getInputFile() 2543 Module *Mod = getSubmodule(ModID); in getInputFile() 2377 for (unsigned ModID : MMR.Overrides) { resolvePendingMacro() local