| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | preprocess-missing.modulemap | 3 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 D | enum-codegen.cpp | 8 header "bar.h" { size 40 mtime 0 } 20 header "foo.h" { size 97 mtime 0 }
|
| H A D | validate-file-content.m | 7 // 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 D | initializers.cpp | 54 header "foo.h" { size 123 mtime 456789 }
|
| H A D | diagnostics.modulemap | 28 header "quux.h" { size 1 mtime 2 }
|
| /llvm-project-15.0.7/lldb/examples/python/ |
| H A D | bsd.py | 132 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 D | validate-file-content.m | 7 // 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 D | AdbClient.h | 46 uint32_t &mtime); 69 uint32_t &size, uint32_t &mtime);
|
| H A D | AdbClient.cpp | 510 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 D | PlatformAndroid.cpp | 184 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 D | modular.modulemap | 4 header "baz.h" { mtime 1 }
|
| H A D | textual.modulemap | 4 textual header "baz.h" { mtime 1 }
|
| /llvm-project-15.0.7/llvm/test/Object/ |
| H A D | archive-update.test | 13 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 D | ScanView.py | 746 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 D | Module.cpp | 1685 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 D | DiagnosticSerializationKinds.td | 23 ": %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 D | DiagnosticLexKinds.td | 845 "expected a header attribute name ('size' or 'mtime')">;
|
| /llvm-project-15.0.7/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 6572 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 D | ClangCommandLineReference.rst | 2044 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 D | Modules.rst | 641 ``mtime`` *integer-literal*
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Options.td | 2285 " 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">;
|