Lines Matching defs:MID
349 for (const ModuleID &MID : V)
351 JOS.attribute("context-hash", StringRef(MID.ContextHash));
352 JOS.attribute("module-name", StringRef(MID.ModuleName));
693 static std::string constructPCMPath(ModuleID MID, StringRef OutputDir) {
695 llvm::sys::path::append(ExplicitPCMPath, MID.ContextHash,
696 MID.ModuleName + "-" + MID.ContextHash + ".pcm");
700 static std::string lookupModuleOutput(const ModuleID &MID, ModuleOutputKind MOK,
702 std::string PCMPath = constructPCMPath(MID, OutputDir);
969 auto LookupOutput = [&](const ModuleID &MID, ModuleOutputKind MOK) {
970 return ::lookupModuleOutput(MID, MOK, OutputDir);