Home
last modified time | relevance | path

Searched refs:PCMFile (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp285 std::string PCMFile = dwarf::toString( in getPCMFile() local
288 if (PCMFile.empty()) in getPCMFile()
289 return PCMFile; in getPCMFile()
292 PCMFile = remapPath(PCMFile, *ObjectPrefixMap); in getPCMFile()
294 return PCMFile; in getPCMFile()
298 const DWARFDie &CUDie, std::string &PCMFile, unsigned Indent, bool Quiet) { in isClangModuleRef() argument
299 if (PCMFile.empty()) in isClangModuleRef()
308 GlobalData.warn("anonymous module skeleton CU for " + PCMFile + ".", in isClangModuleRef()
315 outs() << "Found clang module reference " << PCMFile; in isClangModuleRef()
318 auto Cached = ClangModules.find(PCMFile); in isClangModuleRef()
[all …]
H A DDWARFLinkerImpl.h213 std::string &PCMFile,
230 const std::string &PCMFile,
/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2456 std::string PCMFile = dwarf::toString( in isClangModuleRef()
2459 if (PCMFile.empty()) in isClangModuleRef()
2460 return PCMFile; in isClangModuleRef()
2463 PCMFile = remapPath(PCMFile, *ObjectPrefixMap); in isClangModuleRef()
2465 return PCMFile; in isClangModuleRef()
2469 std::string &PCMFile, in isClangModuleRef()
2473 if (PCMFile.empty()) in isClangModuleRef()
2482 reportWarning("Anonymous module skeleton CU for " + PCMFile, in registerModuleReference()
2489 outs() << "Found clang module reference " << PCMFile; in registerModuleReference()
2425 std::string PCMFile = dwarf::toString( getPCMFile() local
2438 isClangModuleRef(const DWARFDie & CUDie,std::string & PCMFile,LinkContext & Context,unsigned Indent,bool Quiet) isClangModuleRef() argument
2484 std::string PCMFile = getPCMFile(CUDie, Options.ObjectPrefixMap); registerModuleReference() local
2510 loadClangModule(ObjFileLoaderTy Loader,const DWARFDie & CUDie,const std::string & PCMFile,LinkContext & Context,CompileUnitHandlerTy OnCUDieLoaded,unsigned Indent) loadClangModule() argument
2804 std::string PCMFile = getPCMFile(CUDie, Options.ObjectPrefixMap); link() local
[all...]
/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h40 std::string PCMFile; member
45 PCMFile(M->getASTFile()->getName()), in PrebuiltModuleDep()
/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h473 std::string &PCMFile,
492 const std::string &PCMFile, LinkContext &Context,
/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp287 CI.getMutFrontendOpts().ModuleFiles.push_back(PrebuiltModule.PCMFile); in getInvocationAdjustedForModuleBuildWithoutOutputs()
396 CI.getFrontendOpts().ModuleFiles.push_back(KV.second.PCMFile); in getModuleContextHash()