Lines Matching defs:PCMFile
2439 std::string PCMFile = dwarf::toString(
2442 if (PCMFile.empty())
2443 return PCMFile;
2446 PCMFile = remapPath(PCMFile, *ObjectPrefixMap);
2448 return PCMFile;
2452 std::string &PCMFile,
2456 if (PCMFile.empty())
2465 reportWarning("Anonymous module skeleton CU for " + PCMFile,
2472 outs() << "Found clang module reference " << PCMFile;
2475 auto Cached = ClangModules.find(PCMFile);
2483 PCMFile,
2498 std::string PCMFile = getPCMFile(CUDie, Options.ObjectPrefixMap);
2500 isClangModuleRef(CUDie, PCMFile, Context, Indent, false);
2513 ClangModules.insert({PCMFile, getDwoId(CUDie)});
2515 if (Error E = loadClangModule(Loader, CUDie, PCMFile, Context, OnCUDieLoaded,
2524 ObjFileLoaderTy Loader, const DWARFDie &CUDie, const std::string &PCMFile,
2532 if (sys::path::is_relative(PCMFile))
2534 sys::path::append(Path, PCMFile);
2559 (PCMFile +
2573 PCMFile,
2576 ClangModules[PCMFile] = PCMDwoId;
2818 std::string PCMFile = getPCMFile(CUDie, Options.ObjectPrefixMap);
2821 !isClangModuleRef(CUDie, PCMFile, Context, 0, true).first) {