Searched refs:PCMFile (Results 1 – 5 of 5) sorted by relevance
2109 std::string PCMFile = dwarf::toString( in getPCMFile() local2112 if (PCMFile.empty()) in getPCMFile()2113 return PCMFile; in getPCMFile()2116 PCMFile = remapPath(PCMFile, *ObjectPrefixMap); in getPCMFile()2118 return PCMFile; in getPCMFile()2122 std::string &PCMFile, in isClangModuleRef() argument2126 if (PCMFile.empty()) in isClangModuleRef()2135 reportWarning("Anonymous module skeleton CU for " + PCMFile, in isClangModuleRef()2142 outs() << "Found clang module reference " << PCMFile; in isClangModuleRef()2145 auto Cached = ClangModules.find(PCMFile); in isClangModuleRef()[all …]
35 std::string PCMFile; member40 PCMFile(M->getASTFile()->getName()), in PrebuiltModuleDep()
507 std::string &PCMFile,526 const std::string &PCMFile, LinkContext &Context,
226 FD.DriverCommandLine.push_back("-fmodule-file=" + PMD.PCMFile); in getFullDependenciesLegacyDriverCommand()
152 CI.getFrontendOpts().ModuleFiles.push_back(PrebuiltModule.PCMFile); in makeInvocationForModuleBuildWithoutOutputs()249 CI.getFrontendOpts().ModuleFiles.push_back(KV.second.PCMFile); in applyDiscoveredDependencies()