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

/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp287 std::string PCMFile = dwarf::toString( local
290 if (PCMFile.empty())
291 return PCMFile;
294 PCMFile = remapPath(PCMFile, *ObjectPrefixMap);
296 return PCMFile;
300 const DWARFDie &CUDie, std::string &PCMFile, unsigned Indent, bool Quiet) {
301 if (PCMFile.empty())
310 GlobalData.warn("anonymous module skeleton CU for " + PCMFile + ".",
317 outs() << "Found clang module reference " << PCMFile;
299 isClangModuleRef( const DWARFDie &CUDie, std::string &PCMFile, unsigned Indent, bool Quiet) argument
348 std::string PCMFile = local
374 loadClangModule( ObjFileLoaderTy Loader, const DWARFDie &CUDie, const std::string &PCMFile, CompileUnitHandlerTy OnCUDieLoaded, unsigned Indent) argument
479 std::string PCMFile = local
[all...]
H A DDWARFLinkerImpl.h214 std::string &PCMFile,
231 const std::string &PCMFile,
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h39 std::string PCMFile; member in struct:clang::tooling::dependencies::PrebuiltModuleDep
44 PCMFile(M->getASTFile()->getName()),
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2419 std::string PCMFile = dwarf::toString( local
2422 if (PCMFile.empty())
2423 return PCMFile;
2426 PCMFile = remapPath(PCMFile, *ObjectPrefixMap);
2428 return PCMFile;
2432 std::string &PCMFile,
2436 if (PCMFile.empty())
2445 reportWarning("Anonymous module skeleton CU for " + PCMFile,
2452 outs() << "Found clang module reference " << PCMFile;
2431 isClangModuleRef(const DWARFDie &CUDie, std::string &PCMFile, LinkContext &Context, unsigned Indent, bool Quiet) argument
2478 std::string PCMFile = getPCMFile(CUDie, Options.ObjectPrefixMap); local
2503 loadClangModule( ObjFileLoaderTy Loader, const DWARFDie &CUDie, const std::string &PCMFile, LinkContext &Context, CompileUnitHandlerTy OnCUDieLoaded, unsigned Indent) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h473 std::string &PCMFile,
492 const std::string &PCMFile, LinkContext &Context,
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp209 CI.getMutFrontendOpts().ModuleFiles.push_back(PrebuiltModule.PCMFile);
315 CI.getFrontendOpts().ModuleFiles.push_back(KV.second.PCMFile);

Completed in 181 milliseconds