Searched refs:ModuleFileName (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 1165 StringRef OriginalModuleMapFile, StringRef ModuleFileName, in compileModuleImpl() argument 1174 if (ImportingInstance.getModuleCache().isPCMFinal(ModuleFileName)) { 1212 FrontendOpts.OutputFile = ModuleFileName.str(); 1276 << ModuleName << ModuleFileName; 1333 StringRef ModuleFileName) { in compileModule() argument 1371 ModMap.getModuleMapFileForUniquing(Module)->getName(), ModuleFileName); in compileModule() 1389 ModuleFileName, in compileModule() 1413 Module *Module, StringRef ModuleFileName, in readASTAfterCompileModule() argument 1424 ModuleFileName, serialization::MK_ImplicitModule, ImportLoc, in readASTAfterCompileModule() 1449 StringRef ModuleFileName) { in compileModuleAndReadASTImpl() argument [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 1469 bool canRecoverFromOutOfDate(StringRef ModuleFileName,
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 6229 bool ASTReader::canRecoverFromOutOfDate(StringRef ModuleFileName, in canRecoverFromOutOfDate() argument 6232 !getModuleManager().getModuleCache().isPCMFinal(ModuleFileName); in canRecoverFromOutOfDate()
|