Searched refs:getModificationTime (Results 1 – 12 of 12) sorted by relevance
95 if ((uint64_t)origFE->getModificationTime() != timeModified) { in initFromFile()136 infoOut << (uint64_t)origFE->getModificationTime() << '\n'; in flushToFile()
102 time_t getModificationTime() const { return ModTime; } in getModificationTime() function
334 File->File->getModificationTime() == Info.ModTime) { in loadedModuleFile()607 (StoredModTime != DependsOnFile->getModificationTime())) in loadModuleFile()713 Record.push_back(M->first->getModificationTime()); in writeIndex()
444 (ExpectedModTime && ExpectedModTime != File->getModificationTime())) in lookupModuleFile()
1234 Record.push_back((*M)->File->getModificationTime()); in WriteControlBlock()1493 Record.push_back(Entry.File->getModificationTime()); in WriteInputFiles()1613 key.FE->getModificationTime()); in ComputeHash()1634 LE.write<uint64_t>(key.FE->getModificationTime()); in EmitKey()
1486 internal_key_type ikey = { FE->getSize(), FE->getModificationTime(), in GetInternalKey()2205 (StoredTime != File->getModificationTime() && !DisableValidation && in getInputFile()
213 return PPRegion(ID, 0, FE->getModificationTime());227 return PPRegion(ID, 0, FE->getModificationTime());233 return PPRegion(ID, RegionOffset, FE->getModificationTime());
3283 return FEnt->getModificationTime(); in clang_getFileTime()3322 outID->data[2] = FEnt->getModificationTime(); in clang_getFileUniqueID()
485 if (CurFile && CurFile->getModificationTime() < File->getModificationTime()) { in HandlePragmaDependency()
1368 time_t TT = CurFile->getModificationTime(); in ExpandBuiltinMacro()
91 LE.write<uint64_t>(FE->getModificationTime()); in EmitData()
1614 if (time_t ModTime = File->getModificationTime()) { in getMainBufferWithPrecompiledPreamble()