Home
last modified time | relevance | path

Searched refs:ModuleFileName (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1165 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 DASTReader.h1469 bool canRecoverFromOutOfDate(StringRef ModuleFileName,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6229 bool ASTReader::canRecoverFromOutOfDate(StringRef ModuleFileName, in canRecoverFromOutOfDate() argument
6232 !getModuleManager().getModuleCache().isPCMFinal(ModuleFileName); in canRecoverFromOutOfDate()