Lines Matching defs:PCMFile
285 std::string PCMFile = dwarf::toString(
288 if (PCMFile.empty())
289 return PCMFile;
292 PCMFile = remapPath(PCMFile, *ObjectPrefixMap);
294 return PCMFile;
298 const DWARFDie &CUDie, std::string &PCMFile, unsigned Indent, bool Quiet) {
299 if (PCMFile.empty())
308 GlobalData.warn("anonymous module skeleton CU for " + PCMFile + ".",
315 outs() << "Found clang module reference " << PCMFile;
318 auto Cached = ClangModules.find(PCMFile);
327 PCMFile + ".",
346 std::string PCMFile =
349 isClangModuleRef(CUDie, PCMFile, Indent, false);
362 ClangModules.insert({PCMFile, getDwoId(CUDie)});
365 loadClangModule(Loader, CUDie, PCMFile, OnCUDieLoaded, Indent + 2)) {
373 ObjFileLoaderTy Loader, const DWARFDie &CUDie, const std::string &PCMFile,
381 if (sys::path::is_relative(PCMFile))
383 sys::path::append(Path, PCMFile);
407 (PCMFile +
421 PCMFile + ".",
424 ClangModules[PCMFile] = PCMDwoId;
477 std::string PCMFile =
483 !isClangModuleRef(CUDie, PCMFile, 0, true).first) {