Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp2109 std::string PCMFile = dwarf::toString( in getPCMFile() local
2112 if (PCMFile.empty()) in getPCMFile()
2113 return PCMFile; in getPCMFile()
2116 PCMFile = remapPath(PCMFile, *ObjectPrefixMap); in getPCMFile()
2118 return PCMFile; in getPCMFile()
2122 std::string &PCMFile, in isClangModuleRef() argument
2126 if (PCMFile.empty()) in isClangModuleRef()
2135 reportWarning("Anonymous module skeleton CU for " + PCMFile, in isClangModuleRef()
2142 outs() << "Found clang module reference " << PCMFile; in isClangModuleRef()
2145 auto Cached = ClangModules.find(PCMFile); in isClangModuleRef()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h35 std::string PCMFile; member
40 PCMFile(M->getASTFile()->getName()), in PrebuiltModuleDep()
/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h507 std::string &PCMFile,
526 const std::string &PCMFile, LinkContext &Context,
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp226 FD.DriverCommandLine.push_back("-fmodule-file=" + PMD.PCMFile); in getFullDependenciesLegacyDriverCommand()
H A DModuleDepCollector.cpp152 CI.getFrontendOpts().ModuleFiles.push_back(PrebuiltModule.PCMFile); in makeInvocationForModuleBuildWithoutOutputs()
249 CI.getFrontendOpts().ModuleFiles.push_back(KV.second.PCMFile); in applyDiscoveredDependencies()