Home
last modified time | relevance | path

Searched refs:mtime (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/clang/test/Modules/
H A Dpreprocess-missing.modulemap3 header "does not exist" { size 12345 } // ok, do not need mtime for explicit module build
4 header "also does not exist" { mtime 12345 }
H A Denum-codegen.cpp8 header "bar.h" { size 40 mtime 0 }
20 header "foo.h" { size 97 mtime 0 }
H A Dvalidate-file-content.m7 // PCH+Modules: Test that a mtime mismatch without content change is fine
17 // PCH+Modules: Test that a mtime mismatch with content change
H A Dinitializers.cpp54 header "foo.h" { size 123 mtime 456789 }
H A Ddiagnostics.modulemap28 header "quux.h" { size 1 mtime 2 }
/llvm-project-15.0.7/lldb/examples/python/
H A Dbsd.py132 def find(self, name, mtime=None, f=sys.stdout): argument
141 if obj.name == name and (mtime is None or mtime == obj.date):
347 matches = archive.find(options.object_name, options.mtime)
404 def print_multiple_object_matches(result, object_name, mtime, matches): argument
406 "modification time %#08.8x:" % (object_name, mtime), file=result)
412 def print_archive_object_error(result, object_name, mtime, archive): argument
417 mtime, object_name), file=result)
/llvm-project-15.0.7/clang/test/PCH/
H A Dvalidate-file-content.m7 // PCH only: Test that a mtime mismatch without content change is fine
16 // PCH only: Test that a mtime mismatch with content change
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/
H A DAdbClient.h46 uint32_t &mtime);
69 uint32_t &size, uint32_t &mtime);
H A DAdbClient.cpp510 uint32_t &mtime) { in internalStat() argument
538 mtime = extractor.GetU32(&offset); in internalStat()
557 uint32_t &size, uint32_t &mtime) { in Stat() argument
558 return executeCommand([this, &remote_file, &mode, &size, &mtime]() { in Stat()
559 return internalStat(remote_file, mode, size, mtime); in Stat()
H A DPlatformAndroid.cpp184 uint32_t mode = 0, size = 0, mtime = 0; in GetFile() local
185 error = sync_service->Stat(source_spec, mode, size, mtime); in GetFile()
/llvm-project-15.0.7/clang/test/Modules/Inputs/header-attribs/
H A Dmodular.modulemap4 header "baz.h" { mtime 1 }
H A Dtextual.modulemap4 textual header "baz.h" { mtime 1 }
/llvm-project-15.0.7/llvm/test/Object/
H A Darchive-update.test13 mtime or we sleep for over two seconds so that the mtime is definitely
/llvm-project-15.0.7/clang/tools/scan-view/share/
H A DScanView.py746 def send_string(self, s, ctype='text/html', headers=True, mtime=None): argument
752 if mtime is None:
753 mtime = self.dynamic_mtime
754 self.send_header("Last-Modified", self.date_time_string(mtime))
774 return self.send_string(data, ctype, mtime=fs.st_mtime)
/llvm-project-15.0.7/lldb/source/Core/
H A DModule.cpp1685 const auto mtime = llvm::sys::toTimeT(m_object_mod_time); in Hash() local
1686 if (mtime > 0) in Hash()
1687 id_strm << mtime; in Hash()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnosticSerializationKinds.td23 ": %select{size|mtime|content}3 changed%select{| (was %5, now %6)}4">,
429 "cannot emit module %0: %select{size|mtime}1 must be explicitly specified "
H A DDiagnosticLexKinds.td845 "expected a header attribute name ('size' or 'mtime')">;
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp6572 const char *key, *type, *mode, *user, *group, *size, *mtime, *name, *m; in PrintXarFilesSummary() local
6598 mtime = nullptr; in PrintXarFilesSummary()
6617 mtime = val; in PrintXarFilesSummary()
6636 if(mtime != nullptr){ in PrintXarFilesSummary()
6637 for(m = mtime; *m != 'T' && *m != '\0'; m++) in PrintXarFilesSummary()
/llvm-project-15.0.7/clang/docs/
H A DClangCommandLineReference.rst2044 Validate PCM input files based on content if mtime differs
2264 Validate PCH input files based on content if mtime differs
2663 Compute and store the hash of input files used to build an AST. Files with mismatching mtime's are …
H A DModules.rst641 ``mtime`` *integer-literal*
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td2285 " Files with mismatching mtime's are considered valid"
2291 HelpText<"Validate PCM input files based on content if mtime differs">;
2298 HelpText<"Validate PCH input files based on content if mtime differs">;