Lines Matching defs:PCMFile
2456 std::string PCMFile = dwarf::toString(
2459 if (PCMFile.empty())
2460 return PCMFile;
2463 PCMFile = remapPath(PCMFile, *ObjectPrefixMap);
2465 return PCMFile;
2469 std::string &PCMFile,
2473 if (PCMFile.empty())
2482 reportWarning("Anonymous module skeleton CU for " + PCMFile,
2489 outs() << "Found clang module reference " << PCMFile;
2492 auto Cached = ClangModules.find(PCMFile);
2500 PCMFile,
2515 std::string PCMFile = getPCMFile(CUDie, Options.ObjectPrefixMap);
2517 isClangModuleRef(CUDie, PCMFile, Context, Indent, false);
2530 ClangModules.insert({PCMFile, getDwoId(CUDie)});
2532 if (Error E = loadClangModule(Loader, CUDie, PCMFile, Context, OnCUDieLoaded,
2541 ObjFileLoaderTy Loader, const DWARFDie &CUDie, const std::string &PCMFile,
2549 if (sys::path::is_relative(PCMFile))
2551 sys::path::append(Path, PCMFile);
2576 (PCMFile +
2590 PCMFile,
2593 ClangModules[PCMFile] = PCMDwoId;
2835 std::string PCMFile = getPCMFile(CUDie, Options.ObjectPrefixMap);
2838 !isClangModuleRef(CUDie, PCMFile, Context, 0, true).first) {