Searched refs:ModuleFileName (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 1155 StringRef OriginalModuleMapFile, StringRef ModuleFileName, in cloneForModuleCompileImpl() argument 1187 FrontendOpts.OutputFile = ModuleFileName.str(); in cloneForModuleCompileImpl() 1271 StringRef ModuleFileName, in compileModule() argument 1277 if (getModuleCache().getInMemoryModuleCache().isPCMFinal(ModuleFileName)) { in compileModule() 1284 << ModuleName << ModuleFileName; in compileModule() 1341 SourceLocation ImportLoc, Module *Module, StringRef ModuleFileName, in cloneForModuleCompile() argument 1387 ModMap.getModuleMapFileForUniquing(Module)->getName(), ModuleFileName, in cloneForModuleCompile() 1405 ModMap.getModuleMapFileForUniquing(Module)->getName(), ModuleFileName, in cloneForModuleCompile() 1422 Module *Module, StringRef ModuleFileName, in readASTAfterCompileModule() argument 1433 ModuleFileName, serialization::MK_ImplicitModule, ImportLoc, in readASTAfterCompileModule() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | CompilerInstance.h | 874 StringRef OriginalModuleMapFile, StringRef ModuleFileName, 886 SourceLocation ImportLoc, Module *Module, StringRef ModuleFileName, 895 StringRef ModuleFileName, CompilerInstance &Instance);
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 1654 bool canRecoverFromOutOfDate(StringRef ModuleFileName,
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 6565 bool ASTReader::canRecoverFromOutOfDate(StringRef ModuleFileName, in canRecoverFromOutOfDate() argument 6571 .isPCMFinal(ModuleFileName); in canRecoverFromOutOfDate()
|