Searched defs:PCMFile (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerImpl.cpp | 285 std::string PCMFile = dwarf::toString( in getPCMFile() local 298 const DWARFDie &CUDie, std::string &PCMFile, unsigned Indent, bool Quiet) { in isClangModuleRef() 346 std::string PCMFile = in registerModuleReference() local 373 ObjFileLoaderTy Loader, const DWARFDie &CUDie, const std::string &PCMFile, in loadClangModule() 477 std::string PCMFile = in link() local
|
/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.h | 40 std::string PCMFile; member
|
/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinker.cpp | 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...] |