Searched refs:PCMFile (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerImpl.cpp | 290 if (PCMFile.empty()) in getPCMFile() 291 return PCMFile; in getPCMFile() 294 PCMFile = remapPath(PCMFile, *ObjectPrefixMap); in getPCMFile() 296 return PCMFile; in getPCMFile() 301 if (PCMFile.empty()) in isClangModuleRef() 329 PCMFile + ".", in isClangModuleRef() 348 std::string PCMFile = in registerModuleReference() local 385 sys::path::append(Path, PCMFile); in loadClangModule() 409 (PCMFile + in loadClangModule() 423 PCMFile + ".", in loadClangModule() [all …]
|
| H A D | DWARFLinkerImpl.h | 214 std::string &PCMFile, 231 const std::string &PCMFile,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinker.cpp | 2419 std::string PCMFile = dwarf::toString( in getPCMFile() local 2422 if (PCMFile.empty()) in getPCMFile() 2423 return PCMFile; in getPCMFile() 2426 PCMFile = remapPath(PCMFile, *ObjectPrefixMap); in getPCMFile() 2428 return PCMFile; in getPCMFile() 2436 if (PCMFile.empty()) in isClangModuleRef() 2463 PCMFile, in isClangModuleRef() 2512 if (sys::path::is_relative(PCMFile)) in loadClangModule() 2514 sys::path::append(Path, PCMFile); in loadClangModule() 2539 (PCMFile + in loadClangModule() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.h | 39 std::string PCMFile; member 44 PCMFile(M->getASTFile()->getName()), in PrebuiltModuleDep()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFLinker.h | 473 std::string &PCMFile, 492 const std::string &PCMFile, LinkContext &Context,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 209 CI.getMutFrontendOpts().ModuleFiles.push_back(PrebuiltModule.PCMFile); in getInvocationAdjustedForModuleBuildWithoutOutputs() 315 CI.getFrontendOpts().ModuleFiles.push_back(KV.second.PCMFile); in applyDiscoveredDependencies()
|